首页 前端知识 VUE3 Echarts报错Cannot read property ‘type‘ of undefined

VUE3 Echarts报错Cannot read property ‘type‘ of undefined

2024-10-26 09:10:24 前端知识 前端哥 894 952 我要收藏

最近在做Echarts项目的时候,在组件引用的时候出现了一点小问题

fb176ac1a5684effa91a2726c1e4c6be.png

 左下角的组件应用之后,控制台报错且连带着右侧两个能正常运行的组件失效了。

026355ce107b452bafc985eb07381bf9.png

查阅资料,发现可能是“商家销售统计”的组件在数据读取是响应式的原因,在响应代码中加上

import { markRaw } from '@vue/reactivity';

在图表初始化的引用中加上markRaw()

       initChart() {
            this.chartInstance = markRaw(echarts.init(this.$refs.rank_ref, this.theme))
            //对图表初始化配置进行控制
            const initOption = {

        },

问题解决

参考文章:https://blog.csdn.net/weixin_52691965/article/details/123529169

 

转载请注明出处或者链接地址:https://www.qianduange.cn//article/19219.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!