echarts4版本
import echarts from 'echarts'
Vue.prototype.$echarts = echarts
echarts5版本
import * as echarts from 'echarts'
Vue.prototype.$echarts = echarts
echarts4版本
import echarts from 'echarts'
Vue.prototype.$echarts = echarts
echarts5版本
import * as echarts from 'echarts'
Vue.prototype.$echarts = echarts