import echarts from 'echarts' Vue.prototype.$echarts = echarts 解决方案: import * as echarts from 'echarts' Vue.prototype.$echarts = echarts 结果: