fix: update default value for updateOption.lazyUpdate and no longer call resize in a task

This commit is contained in:
Justineo
2021-04-30 10:37:46 +08:00
parent 9ecb954a9f
commit c7fd5110f7
8 changed files with 125 additions and 43 deletions

View File

@ -557,6 +557,8 @@ export default {
},
mounted() {
this.startActions();
console.log(this.$refs.pie.chart);
}
};
</script>