Error in mounted hook: “TypeError: this.dom.getContext is not a function“
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
·
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()获取也会报错
更多推荐
已为社区贡献2条内容
所有评论(0)