报错 TypeError: Cannot read property ‘getAttribute‘ of null,echart初始化
vue的渲染机制导致echart初始化无法获取到dom元素研究 碰到的场景: 使用echart 初始化时报错: 报错 TypeError: Cannot read property ‘getAttribute‘ of null 排查发现:echarts.init(document.getElementById(“xxxx”)) 其中的document.getElementById(“xxxx”) …