0👍
You are doing it wrong. You shouldn’t diractly mutate a value which is in store. You should write a mutator in the store file and change value by that. Here is the docs.
Source:stackexchange.com
0👍
You are doing it wrong. You shouldn’t diractly mutate a value which is in store. You should write a mutator in the store file and change value by that. Here is the docs.