记录一下echarts踩的坑 Error in nextTick: “TypeError: Cannot read property ‘getAttribute’ of null” 当我想循环一下 echarts图像的时候 使用的是id绑定 getElementbyId获取该元素就会报这个错 解决办法: 使用ref绑定元素 this.$refs…获取该元素