Echarts渲染不出数据

285 阅读1分钟

watch: { totalSum: { deep: true, handler(newValue){ this.myEcharts() } } }

totalSum: [ ] // 环形图的数组

或者 mounted( ){ setTimeout(( ) => { this.myEcharts() }, 500) }