angular Ts文件操作dom元素打包报错问题

error TS2339: Property 'style' does not exist on type 'Element'.

angular Ts文件操作dom元素打包报错问题

ts文件操作dom元素打包时报错

error TS2339: Property 'style' does not exist on type 'Element'.

但是并不影响功能

看度娘上的解决办法都不好使 (可能是个人原因 (;´д`)ゞ)

问了公司大佬后

const nav: any = document.querySelect('....');

就完事了 ヾ(✿゚▽゚)ノ

angular Ts文件操作dom元素打包报错问题

相关推荐