You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brc-dd
changed the title
Uncompiled vue components are not being resolved
vue components imports from node_modules are not being resolved
Jul 24, 2024
brc-dd
changed the title
vue components imports from node_modules are not being resolved
vue component imports from node_modules are not being resolved
Jul 24, 2024
Vue - Official extension or vue-tsc version
2.0.28
VSCode version
1.92.0-insider (22e3447)
Vue version
3.4.33
TypeScript version
5.5.4
System Info
Steps to reproduce
pnpm i
What is expected?
No error and intellisense on component props to work.
What is actually happening?
Getting ts-plugin 2307 error.
Link to minimal reproduction
https://github.com/brc-dd/volar-component-resolution-bug
Any additional comments?
vue.server.hybridMode
is set totypeScriptPluginOnly
orfalse
(np: the types of this property are wrong in manifest)vue-tsc --noEmit
The text was updated successfully, but these errors were encountered: