hejianhao
2025-03-24 4223c358f1ad9ffa4fcbc8fb0e350dc5bf342b51
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);