首页 前端知识 报错:TypeError: Cannot read properties of undefined (reading ‘init‘)

报错:TypeError: Cannot read properties of undefined (reading ‘init‘)

2024-04-03 12:04:43 前端知识 前端哥 64 169 我要收藏

报错:TypeError: Cannot read properties of undefined reading 'init'

      • 1. 报错的样子
      • 2. 报错的原因
      • 3. 解决的方法
      • 4. 控制台不再报错

1. 报错的样子

在vue当中引用echarts,控制台报错: “TypeError: Cannot read properties of undefined (reading ‘init‘)
在这里插入图片描述

2. 报错的原因

报错是因为我们引用了echarts里面的init方法显示没有定义

3. 解决的方法

import echarts from 'echarts' 的引入方式改为:import * as echarts from 'echarts'
在这里插入图片描述

4. 控制台不再报错

在这里插入图片描述

转载请注明出处或者链接地址:https://www.qianduange.cn//article/4441.html
标签
es6
评论
发布的文章

java解析超大json文件数据

2024-04-19 21:04:10

头歌-JavaScript基础

2024-04-19 21:04:54

C#Json序列化及反序列化

2024-04-19 21:04:40

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!