FIX scEcharts 在弹窗以及drawer里渲染问题

This commit is contained in:
sc 2021-06-17 13:01:33 +08:00
parent f1a46cffce
commit fb07fb1677
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@
},
mounted(){
this.isActivat = true;
this.draw();
this.$nextTick(() => {
this.draw();
})
},
methods: {
draw(){