-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private name Props error with TypeScript. #2201
Comments
I'm currently investigating this. I'll report back in the next few days. For anyone needing a temporary fix, the simplest way to make the warning go away is to |
Discussion thread for adding support for this to Volar: vuejs/language-tools#2421. |
but the example code of docs currently is: which is the correct usage?? |
Hi , Same Here ! |
I have the same issue but when trying to generate types with |
Existing code snippet gives this error:
Default export of the module has or is using private name 'Props'.ts (4082)
Error fixed thanks to:
vuejs/language-tools#1232 (comment)
The text was updated successfully, but these errors were encountered: