src/components/swichLabel/main6-comment.vue
@@ -2,7 +2,7 @@ <div class="myFriend" style="min-height: 950px;"> <h1 style="text-align: center;">碎碎念</h1> <comment></comment> <comment ref="myComment"></comment> </div> </template> @@ -11,7 +11,10 @@ export default { components: { comment } }, mounted() { this.$refs.myComment.updateCommentList(null); }, } </script>