以全局挂载示例:main.js
echarts4版本
import echarts from 'echarts' Vue.prototype.$echarts = echarts
echarts5版本
import * as echarts from 'echarts' Vue.prototype.$echarts = echarts