0
点赞
收藏
分享

微信扫一扫

echart. 同一个组件数据重绘

开源分享 2023-01-24 阅读 130

watch: {
dataList: {
handler() {
if (this.chart) {
this.chart.dispose();
this.chart = null;
}
this.initChart();
},
deep: true,
// immediate: true
},
},

 



举报

相关推荐

0 条评论