mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-05 19:41:39 +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.init();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user