在1e2d207aea24b5956d5ece95ed4a9db0f59f34d7这个版本中,作者删除了initData函数,但是忘记删除mounted中的this.mounted() 导致console报错

pull/448/head
xiaoxie 2022-04-23 23:54:49 +08:00
parent 6e4fc1e79b
commit 44b7f67a20
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
};
},
mounted() {
this.initData();
},
created(){