Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Oct 5, 2024
1 parent 26ca8f3 commit f86eaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</v-card>

<v-card class="mt-4" elevation hover>
<v-card-title class="headline">回复评论{{ replyid }}<v-btn @click="replyid = null">取消</v-btn></v-card-title>
<v-card-title class="headline">回复评论{{ replyid }}<v-btn @click="replyid = null" v-if="replyid != null">取消</v-btn></v-card-title>
<v-card-text>
<v-form @submit.prevent>
<v-textarea v-model="comment" label="评论" dense auto-grow :rules="commentrules" required></v-textarea>
Expand Down

0 comments on commit f86eaec

Please sign in to comment.