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
2.4.2
https://jsfiddle.net/50wL7mdz/55826/
provide
Property is injected correctly.
Property is not injected.
In src/core/util/options.js, Line 97-99. defaultData is set to undefined if parentVal is not a function. It may cause this issue.
defaultData
undefined
parentVal
The text was updated successfully, but these errors were encountered:
3c21675
chore(inject): remove maully inject inherience with vue update
a858651
vuejs/vue#6436
chore(inject): remove manually inject inherience with vue update
2cc4bb1
b1eca60
fix(provide): provide should default to parentVal during merging (vue…
75231ea
…js#6473) fix vuejs#6436
3f28765
No branches or pull requests
Version
2.4.2
Reproduction link
https://jsfiddle.net/50wL7mdz/55826/
Steps to reproduce
provide
option.What is expected?
Property is injected correctly.
What is actually happening?
Property is not injected.
In src/core/util/options.js, Line 97-99.
defaultData
is set toundefined
ifparentVal
is not a function. It may cause this issue.The text was updated successfully, but these errors were encountered: