Vue中引入echarts的正确姿势

第一步:通过npm安装echarts依赖包

npm install echarts --save

第二步:在js中引用

import * as echarts from 'echarts';

posted @ 2021-01-31 21:48  BesePawn  阅读(407)  评论(0)    收藏  举报