Przeglądaj źródła

fix: 删除会导致构建失败的console语句

ChenYangfan 6 lat temu
rodzic
commit
f1fa119a8d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/components/DiscussionArea.vue

+ 0 - 1
src/components/DiscussionArea.vue

@@ -50,7 +50,6 @@ export default {
   },
   watch: {
     currentPage () {
-      console.log(this.currentPage)
       this.updateComments()
     }
   },