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

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

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

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

但是并不影响功能

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

问了公司大佬后

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

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

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理