src/components/Echarts/PieChartNew.vue
@@ -3,7 +3,7 @@ </template> <script> import echarts from 'echarts' import * as echarts from 'echarts' export default { props: { datas: { @@ -34,7 +34,6 @@ }, watch: { datas(val, oldVal) { this.initChart() } },