We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
1.0.26
vue@1.0.26 https://jsfiddle.net/84hvc9zh/ vue@2.0.0.rc-6 https://jsfiddle.net/84hvc9zh/1/
Open reproduction links, check console
Vue shouldn't warn about missing prop since it's provided via propsData.
Throws an error:
[Vue warn]: Missing required prop: <prop> [Vue warn]: Invalid prop: type check failed for prop "<prop>". Expected String, got Undefined.
Happens only in Vue 1.x
The text was updated successfully, but these errors were encountered:
2f35c99
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Vue.js version
1.0.26
Reproduction Link
vue@1.0.26 https://jsfiddle.net/84hvc9zh/
vue@2.0.0.rc-6 https://jsfiddle.net/84hvc9zh/1/
Steps to reproduce
Open reproduction links, check console
What is Expected?
Vue shouldn't warn about missing prop since it's provided via propsData.
What is actually happening?
Throws an error:
Happens only in Vue 1.x
The text was updated successfully, but these errors were encountered: