mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-06 03:57:55 +08:00
更新播放器重载方法
This commit is contained in:
parent
0abf10ac4f
commit
d585903b16
@ -111,7 +111,12 @@ export default {
|
|||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted () {
|
// mounted () {
|
||||||
|
// this.$nextTick(()=>{
|
||||||
|
// this.init();
|
||||||
|
// });
|
||||||
|
// },
|
||||||
|
updated(){
|
||||||
this.$nextTick(()=>{
|
this.$nextTick(()=>{
|
||||||
this.init();
|
this.init();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user