会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Bin_x
博客园
首页
新随笔
联系
订阅
管理
2021年9月27日
vue3+echart5 遇到的坑 Cannot read properties of undefined (reading 'type')
摘要: 错误说明 vue3中,使用data的方式初始化echart图表 export default { data() { return { chart: null, ... } }, mounted() { this.chart = echarts.init(document.getElementById
阅读全文
posted @ 2021-09-27 14:52 Bin_x
阅读(18755)
评论(2)
推荐(2)
公告