npm i v-charts echarts -S
引入
import VCharts from 'v-charts' Vue.use(VCharts)
后发现报错,后来发现安装echarts版本太高使用4.8.0是没有问题的
npm install echarts@^4.8.0