vue 使用echart 报错Cannot read property 'getAttribute' of null

Cannot read property ‘getAttribute’ of null
报错原因:echart dom 没有渲染完成
需要在代码外边加上
this.$nextTick(()=> {代码})

你可能感兴趣的:(vue,echarts)