vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.79k stars 390 forks source link

升级到 2.0.18后在组件上使用 v-for 会导致 style等部分属性报 ts类型错误 #4388

Closed mxp131011 closed 4 months ago

mxp131011 commented 4 months ago

升级到 2.0.18后在组件上使用 v-for 会导致 style等部分属性报错,提示不存在 style属性,即使在 原生组件如 div 上也会提示,style属性不存在! image

image

Wangijun commented 4 months ago

我也遇到了这个问题,

johnsoncodehk commented 4 months ago

Duplicate of #4386