Skip to content

Commit 687e661

Browse files
authored
Merge pull request #368 from SsJay-Go/master
Vue 2.6 lacks initialization loading code
2 parents 945b1a0 + 2067816 commit 687e661

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)