quanyawei
2023-10-13 64b642cfbe4f34706ed40af77e51079ddf919d54
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()
    }
  },