首页 > 其他 > 详细

Component series.liquidFill not exists. Load it first.

时间:2019-12-09 17:56:41      阅读:2235      评论:0      收藏:0      [点我收藏+]

vue 项目中使用水波球报错Component series.liquidFill not exists. Load it first.

解决办法:安装 echarts-liquidfill

npm install echarts-liquidfill --save

组件中引入:

import echarts from "echarts/lib/echarts"
import ‘echarts-liquidfill‘

 

Component series.liquidFill not exists. Load it first.

原文:https://www.cnblogs.com/lyt0207/p/12012286.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!