使用vue-echarts,需要按需引入

引入缺失报错:

 Error in callback for watcher "options": "Error: Component series.bar not exists. Load it first."

解决:

import 'echarts/lib/chart/bar'
posted @ 2019-12-07 17:43  wwj007  阅读(2602)  评论(0编辑  收藏  举报
……