-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(devtool): allow usage in non-browser environments #1404
Conversation
@yyx990803 Could you please take a look at this, this is the only thing preventing us from seeing Vuex in VueDevtools with NativeScript! Thanks! |
Signal boost!! |
@Akryum do you currently have any plans for stable channel releases? |
I think Nativescript support was merged in 5.x branch. |
@Akryum Sorry to bother you, but is there a plan to release a new version of Vuex which includes this change? |
Just for completeness - this was released in 3.1.1 on 9 May. |
This allows inspecting vuex state in standalone devtools with non-browser environments such as NativeScript
Changes taken from
https://github.com/vuejs/vue-devtools/blob/4fe7c84d614f1ddf581d65274f30a989b77f9ad3/shells/electron/index.js#L3-L7