inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
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>