Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 945b1a0 commit 2067816Copy full SHA for 2067816
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