Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2067816

Browse files
committed
缺少初始化代码
1 parent 945b1a0 commit 2067816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/with-vue2.6/src/components/Player.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
},
3333
mounted: () => {
3434
console.group("mounted 组件挂载完毕状态===============》");
35+
this.init();
3536
},
3637
methods: {
3738
init() {

0 commit comments

Comments
 (0)