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