Vue项目前端学习之路——电商管理系统(Element-UI)III
问题不断
4.使用echarts时,引入后总是出现警告,不报错也不显示图表
warning: in ./src/components/report/Report.vue?vue&type=script&lang=js&
"export ‘default’ (imported as ‘echarts’) was not found in ‘echarts’
原因是引入出现错误
将import echarts from 'echarts’改为import * as echarts from 'echarts’即可运行