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
Typescript should throw an error: Property 'UnknownComponent' does not exist on type '{}'.
What is actually happening?
No typescript errors while checking
But when I use the option : vueCompilerOptions.strictTemplates
It's works but I don't want enable all others options about Props, Directives and Events
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue - Official extension or vue-tsc version
2.2.4
VSCode version
1.96.2
Vue version
3.5.13
TypeScript version
5.7.3
System Info
package.json dependencies
Too many
But I'm using unplugin-vue-components to auto import components, that's why I want check if components existing
Steps to reproduce
<UnknownComponent />
--> No error
What is expected?
Typescript should throw an error: Property 'UnknownComponent' does not exist on type '{}'.
What is actually happening?
No typescript errors while checking
But when I use the option : vueCompilerOptions.strictTemplates
It's works but I don't want enable all others options about Props, Directives and Events
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: