We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b4ce9 commit 5137709Copy full SHA for 5137709
src/components/courses/ReplySection.vue
@@ -86,10 +86,10 @@
86
<v-icon left x-small>{{ reply.like_status === 2 ? icons.mdiThumbDown : icons.mdiThumbDownOutline }}</v-icon>
87
{{ reply.dislike }}
88
</v-btn>
89
- <v-btn x-small text color="primary" @click="onShare(reply)">
+ <!-- <v-btn x-small text color="primary" @click="onShare(reply)">
90
<v-icon left x-small>{{ icons.mdiShareVariantOutline }}</v-icon>
91
分享
92
- </v-btn>
+ </v-btn> -->
93
<v-btn x-small text color="primary" @click="setReplyTarget(reply)">
94
<v-icon left x-small>{{ icons.mdiReplyOutline }}</v-icon>
95
回复
0 commit comments