“import echarts from ‘echarts/lib/echarts’” is not supported anymore. Use "import * as echarts from …
echart版本与vuecli版本不匹配。降低echart版本即可。
npm安装echart默认是5.*版本。
npm install echarts@4.8.0 --save
“import echarts from ‘echarts/lib/echarts’” is not supported anymore. Use "import * as echarts from …
echart版本与vuecli版本不匹配。降低echart版本即可。
npm安装echart默认是5.*版本。
npm install echarts@4.8.0 --save