this $echarts为undefined”
使用echarts 时候在main.js中引入发现还是undefined,把引入语句改为这个就可以了。import * as echarts from 'echarts'Vue.prototype.$echarts = echarts后面再全局引入就可以使用了。
·
使用echarts 时候在main.js中引入发现还是undefined,
把引入语句改为这个就可以了。
import * as echarts from 'echarts'
Vue.prototype.$echarts = echarts
后面再全局引入就可以使用了。
更多推荐
已为社区贡献3条内容
所有评论(0)