mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-05 19:41:39 +08:00
修复bug
This commit is contained in:
parent
4df0994fd1
commit
6cc0f03b1f
@ -111,12 +111,13 @@ export default {
|
||||
],
|
||||
};
|
||||
},
|
||||
// mounted () {
|
||||
// this.$nextTick(()=>{
|
||||
// this.init();
|
||||
// });
|
||||
// },
|
||||
mounted () {
|
||||
this.$nextTick(()=>{
|
||||
this.init();
|
||||
});
|
||||
},
|
||||
updated(){
|
||||
//重载播放器
|
||||
this.$nextTick(()=>{
|
||||
this.init();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user