We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945b1a0 + 2067816 commit 687e661Copy full SHA for 687e661
demos/with-vue2.6/src/components/Player.vue
@@ -32,6 +32,7 @@ export default {
32
},
33
mounted: () => {
34
console.group("mounted 组件挂载完毕状态===============》");
35
+ this.init();
36
37
methods: {
38
init() {
0 commit comments