vue引入echart Error in mounted hook: "ReferenceError: myChart is not defined" found in(
Posted xzybk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue引入echart Error in mounted hook: "ReferenceError: myChart is not defined" found in(相关的知识,希望对你有一定的参考价值。
解决办法:
// 实例化echarts对象
var/let myChart = echarts.init(this.$refs.myChart)
以上是关于vue引入echart Error in mounted hook: "ReferenceError: myChart is not defined" found in(的主要内容,如果未能解决你的问题,请参考以下文章
vue中使用echarts遇到的Error in v-on handler: "TypeError: Cannot read property 'getAttribute'