React使用Echarts报错Component series.line not exists. Load it first.(刚开始正常,后来页面刷不出来,一片空白)
解决
import echarts from 'echarts/lib/echarts';
改为
import echarts from 'echarts';
React使用Echarts报错Component series.line not exists. Load it first.(刚开始正常,后来页面刷不出来,一片空白)
解决
import echarts from 'echarts/lib/echarts';
改为
import echarts from 'echarts';
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。