在vue3中,当数据重数据库查出渲染到页面上时想要获取相关html标签位置信息时报错:TypeError: Cannot read properties of null (reading 'getBoundingClientRect'
解决方法:
使用document.getElementById("DivShow")调用getBoundingClientRect()
在vue3中,当数据重数据库查出渲染到页面上时想要获取相关html标签位置信息时报错:TypeError: Cannot read properties of null (reading 'getBoundingClientRect'
解决方法:
使用document.getElementById("DivShow")调用getBoundingClientRect()