hejianhao
2025-03-21 0468d39d7a522bf49e87afc724293f7a6fca2555
1
2
3
4
5
6
7
8
9
10
import Vue from 'vue';
import ECharts from 'vue-echarts';
import 'echarts/lib/chart/pie';
import 'echarts/lib/chart/bar';
import 'echarts/lib/component/tooltip';
import 'echarts/lib/component/title';
import 'echarts/lib/component/legend';
import 'echarts/lib/component/grid';
 
Vue.component('v-chart', ECharts);