vue 引入echarts 报错"TypeError: Cannot read property 'getAttribute' of null"
解决办法:this.$nextTick
created() {
this.$nextTick(function() {
this.productEchart();
this.customentEchart();
this.saleEchart();
this.jishiEchart();
this.jishiEcha...
原创
2019-04-29 10:15:26 ·
8934 阅读 ·
1 评论