-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Beta 4: invalid context(this) of mixins when used vuex and custom mixin #885
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
Comments
sp1ker
added a commit
to sp1ker/vue-devtools
that referenced
this issue
Mar 16, 2019
Akryum
pushed a commit
to sp1ker/vue-devtools
that referenced
this issue
Mar 20, 2019
Akryum
pushed a commit
that referenced
this issue
Mar 20, 2019
Closed in #904 |
simsim0709
pushed a commit
to simsim0709/vue-devtools
that referenced
this issue
May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version
5.0.0-beta.4
Browser and OS info
Windows 10 / Firefox
Steps to reproduce
What is expected?
No error
What is actually happening?
test is not defined
DevTools are changing context (this) of mixins when store is registered as
Vuex.Store
instance.This issue is present only in beta branch of devTools.
This issue is not present when instead of instance of store i provide object.
EDIT:
i did small simplification of reproduce code
The text was updated successfully, but these errors were encountered: