-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Inject/Provide not working in Vue.extend() class. #6436
Labels
Comments
13 tasks
fritx
pushed a commit
to fritx/vue-threejs
that referenced
this issue
Oct 10, 2017
fritx
pushed a commit
to fritx/vue-threejs
that referenced
this issue
Oct 10, 2017
fritx
added a commit
to fritx/vue-threejs
that referenced
this issue
Nov 6, 2017
ztlevi
pushed a commit
to ztlevi/vue
that referenced
this issue
Feb 14, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: