Replies: 1 comment
-
Hi, sorry - not much time right now and I have to say that I am not a pro, but I think you should dispatch an action in your component which then commits a mutation. Both, action and mutation, you have to install in your vuex-store. With that you can change the values in your state. The Docs of vuex will help you. Just search youtube for "vuex action mutation" Greeting from germany Michael |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i try to change a boolean value in a table, that comes from the store, i have error.
searching similar errors, i always see example with 1 message (https://vuex.vuejs.org/guide/forms.html#two-way-computed-property)
but how can i deal with this example ?
thanks
(here is the code from my .vue file)
and in the in store:
Beta Was this translation helpful? Give feedback.
All reactions