更新播放器重载方法

This commit is contained in:
zhouliujun 2019-11-14 13:31:34 +08:00
parent 0abf10ac4f
commit d585903b16

View File

@ -111,7 +111,12 @@ export default {
],
};
},
mounted () {
// mounted () {
// this.$nextTick(()=>{
// this.init();
// });
// },
updated(){
this.$nextTick(()=>{
this.init();
});