TypeScript + CSS Modules in Options API #4788
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
Vue - Official extension or vue-tsc version
v2.1.4
VSCode version
1.92.2
Vue version
3.4.38
TypeScript version
5.5.4
System Info
package.json dependencies
No response
Steps to reproduce
scoped
attribute to <style> and recheck type of variable in template.scoped
tomodule
and recheck type.scoped
and withmodule
styles.What is expected?
Variable type in template is correct
What is actually happening?
In Options API with CSS Modules all types in template fall to
any
Link to minimal reproduction
https://github.com/DirectorRen-TV/repro-volar-optionsapi-ts-cssmodules
Any additional comments?
This working correctly in Volar 2.0.28
The text was updated successfully, but these errors were encountered: