vue 引入echarts 报错"TypeError: Cannot read property 'getAttribute' of null"
解决办法:this.$nextTickcreated() {this.$nextTick(function() {this.productEchart();this.customentEchart();this.saleEchart();this.jishiEchart();this.jishiEcha...
·
解决办法: this.$nextTick
created() {
this.$nextTick(function() {
this.productEchart();
this.customentEchart();
this.saleEchart();
this.jishiEchart();
this.jishiEchart1();
});
},
更多推荐
已为社区贡献1条内容
所有评论(0)