vue使用echarts报错:Error in mounted hook: "TypeError: this.dom.getContext is not a function"

// let c_dom = this.JQ('#overview_echarts');
let c_dom = this.$refs.overview_echarts;
this.E.init(c_dom).setOption(this.option)

一开始是使用jQuery获取dom,一直报上面的错误,后来改变用vue的ref获取就可以了
使用document.getelementById()获取也会报错

Logo

前往低代码交流专区

更多推荐