Component legend.scroll not exists. Load it first
先看问题
Component legend.scroll not exists. Load it first–
这是由于echarts报错引起的一个问题,大概意思就是说,我们缺少一个模块,让我们先引入这个模块;
如何引起的
我们在优化代码时,为了减少包的体积,对echarts做了按需引入,大概如下;
// 按需加载echarts
// 引入主模块
import echarts from 'echarts/lib/echarts';
// 引入工具模块
import 'echarts/lib/compon
原创
2021-03-16 22:01:34 ·
1401 阅读 ·
0 评论