-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[email protected] 'strict' mode and 'store.module' mutation error #243
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
This is working as expected currently. For 3rd party modules, we recommend you create an optional vuex modules that users can import. Therefore allowing multiple workflow paths to use your 3rd party library. @evan would you agree? |
@blake-newman I'm not sure if I understand.
Regards. |
@blake-newman I think you meant to mention @yyx990803 instead of the github user "evan" ;) |
thanks for that issue. that is solution of my cause on 1.0.0.rc-2. i will update to latest. |
Hi, using [email protected] and 'strict' mode, after adding new store module using
store.module(...)
I got warning:Code: http://www.webpackbin.com/VJ91GduIZ
What should happen
Adding store module should not raise error in strict mode.
Regards!
The text was updated successfully, but these errors were encountered: