1.c5933c.js:formatted:4958 Uncaught (in promise) Error: Component series.line not exists. Load it first.
See original GitHub issue本地是正常的,但一上到线上就报错:
而我确实是引入了相关模块:
import ECharts from 'vue-echarts/components/ECharts.vue'
import 'echarts/lib/component/tooltip'
import 'echarts/lib/chart/line'
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Component series.line not exists. Load it first." in vue-echarts ...
//in my main.js import ECharts from 'vue-echarts/components/ECharts' import 'echarts/lib/chart/bar' import 'echarts/lib/component/tooltip' ...
Read more >1.c5933c.js:formatted:4958 Uncaught (in promise) Error ...
1.c5933c.js:formatted:4958 Uncaught (in promise) Error: Component series.line not exists. Load it first. #5992.
Read more >Component series.line not exists. Load it first." in vue-echarts ...
Coding example for the question "Error: Component series.line not exists. Load it first." in vue-echarts-Vue.js.
Read more >Component series.map not exists. Load it first_翱翔天地的博客
Uncaught (in promise ) Error: Component series.map not exists. Load it first. at Function.entity.getClass (clazz.js:178).
Read more >Uncaught (in promise) Error: Component series.map not exists ...
Uncaught (in promise ) Error: Component series.map not exists. Load it first. at Function.entity.getClass (clazz.js:178) at ExtendedClass.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
看一下是否因为版本原因导致打包了两个 echarts 模块
@