We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-rc.5
https://github.com/ffxsam/repro-ts-array-prop-bug
Clone repo and open HelloWorld.vue in VS Code (or run yarn serve)
yarn serve
No TS errors
Error: Property 'okProp' does not exist on type 'Vue'.
Try commenting out line 39 (fields prop def), and you'll notice the TS error go away
The text was updated successfully, but these errors were encountered:
This is an issue with Vue itself, see vuejs/vue#6841
Sorry, something went wrong.
No branches or pull requests
Version
3.0.0-rc.5
Reproduction link
https://github.com/ffxsam/repro-ts-array-prop-bug
Steps to reproduce
Clone repo and open HelloWorld.vue in VS Code (or run
yarn serve
)What is expected?
No TS errors
What is actually happening?
Error: Property 'okProp' does not exist on type 'Vue'.
Try commenting out line 39 (fields prop def), and you'll notice the TS error go away
The text was updated successfully, but these errors were encountered: