Posts by Thomas Anderson • 16 points
1 post
-
0
votes1
answer118
viewsA: Switching from false to true with Vuex and Axios
The correct flow would always change the state from a Mutation, in the case from the context in the action you have access to the mutations (through the commit function), and then in your Mutation…