Signed-off-by: 喵你个汪 <jason-dom@qq.com>
@@ -31,7 +31,9 @@ export default {
option: {
deep: true,
handler(v) {
- unwarp(this.myChart).setOption(v);
+ this.$nextTick(() => {
+ unwarp(this.myChart).setOption(v);
+ });
},