1、如图

关于: Error in mounted hook: "Error: Component series.line not exists. Load it first

2.解决办法

错误: main.js中

import echarts from 'echarts/lib/echarts'

改为:

import echarts from 'echarts'

提示:本人用过echart不少,但是在vue中还是第一次用,所以,不排除是其他问题引起

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-05-05
  • 2022-12-23
  • 2021-12-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-04
相关资源
相似解决方案