We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc20f4f commit 01c5ad3Copy full SHA for 01c5ad3
vuex-map-getters-and-map-actions/README.md
@@ -76,7 +76,7 @@ export const actions = {
76
77
```javascript
78
export const actions = {
79
- incrementCounterAction: ({ commit }) => commit('decrementCounterMutation'),
+ decrementCounterAction: ({ commit }) => commit('decrementCounterMutation'),
80
incrementCounterAction: ({ commit }) => commit('incrementCounterMutation'),
81
};
82
```
0 commit comments