-
-
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
data method not called with this
as argument when using mixins with data option
#7191
Labels
Comments
Please use |
posva
changed the title
data method not called with this as argument when using mixins with data option
data method not called with Dec 6, 2017
this
as argument when using mixins with data option
I'm on a PR. |
I think the fix is adding |
yyx990803
pushed a commit
that referenced
this issue
Dec 6, 2017
lovelope
pushed a commit
to lovelope/vue
that referenced
this issue
Feb 1, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.9
Reproduction link
https://codepen.io/cool_zjy/pen/KyLpve
Steps to reproduce
VueComponent
logged in console// mixins: [mixin],
What is expected?
VueComponent
logged in consoleWhat is actually happening?
undefined
logged in consoleThe text was updated successfully, but these errors were encountered: