We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I turn on strict mode on vuex, I get the following error [vuex] Do not mutate vuex store state outside mutation handlers.
[vuex] Do not mutate vuex store state outside mutation handlers.
I think that is something related to the v-model approach
When using Vuex in strict mode, it could be a bit tricky to use v-model on a piece of state that belongs to Vuex
https://vuex.vuejs.org/guide/forms.html
The text was updated successfully, but these errors were encountered:
v2.3.1 release
7754a78
Merged #348, #339, #379, #385, #386 Closes #210, #336, #173, #200, niksmr#53, niksmr#51, niksmr#52, #324,
No branches or pull requests
If I turn on strict mode on vuex, I get the following error
[vuex] Do not mutate vuex store state outside mutation handlers.
I think that is something related to the v-model approach
https://vuex.vuejs.org/guide/forms.html
The text was updated successfully, but these errors were encountered: