修复bug

This commit is contained in:
zhouliujun 2019-11-14 13:35:34 +08:00
parent 4df0994fd1
commit 6cc0f03b1f

View File

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