在这里插入图片描述
我要加一个这个东西,然后时有时无,刷新一下就肯定没有,但是切到其他页面,再切回来就有了,找了几天也不知道是什么原因,后来找哦很多资料才发现是因为,这个属性需要引入.

import 'normalize.css';
import ECharts from 'vue-echarts';
import 'echarts/lib/chart/pie';
import 'echarts/lib/chart/scatter';
import 'echarts/lib/chart/bar';
import 'echarts/lib/chart/map';
import 'echarts/lib/chart/graph';
import 'echarts/lib/component/tooltip';
import 'echarts/lib/component/title';
import 'echarts/lib/component/legend';
import 'echarts/lib/component/graphic';
import 'echarts/lib/component/visualMap';

## import 'echarts/lib/component/dataZoom'

引入之后就有了

Logo

前往低代码交流专区

更多推荐