quanyawei
2024-11-15 a19b20afeacf84c1c743c76b5018bcfbddac2270
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()
    }
  },