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
Version
3.0.8
Reproduction link
Vue 3.x reproduce link: https://jsfiddle.net/pmiguelmartins/eq5hL2ty/10/
Steps to reproduce
Define a props in a component, with required: true Use this component and pass the prop
What is expected?
No errors
What is actually happening?
Gives an warning in console.
The text was updated successfully, but these errors were encountered:
Thanks for the report but I believe this is a bug in 3.0.8 rather than a docs issue.
See vuejs/core#3495
Sorry, something went wrong.
Thanks for the report but I believe this is a bug in 3.0.8 rather than a docs issue. See vuejs/vue-next#3495
See vuejs/vue-next#3495
Sorry ...
thanks for reporting in right place
Pedro Martins
No branches or pull requests
Version
3.0.8
Reproduction link
Vue 3.x reproduce link: https://jsfiddle.net/pmiguelmartins/eq5hL2ty/10/
Steps to reproduce
Define a props in a component, with required: true
Use this component and pass the prop
What is expected?
No errors
What is actually happening?
Gives an warning in console.
The text was updated successfully, but these errors were encountered: