src/components/mini/box12-comment.vue
@@ -33,7 +33,7 @@ <div class="samllPadding">:</div> </div> <p slot="content">{{temp.commentContent}}</p> <p :id="temp.id" slot="content">{{temp.commentContent}}</p> <a-comment v-for="tempData in temp.replyList"> <div slot="actions" key="comment-nested-reply-to" class="actionList"> @@ -67,7 +67,7 @@ </a-tooltip> </div> </div> <p slot="content">{{tempData.commentContent}}</p> <p :id="tempData.id" slot="content">{{tempData.commentContent}}</p> </a-comment> </a-comment>