We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baa6b0 commit 154afeaCopy full SHA for 154afea
examples/counter-hot/store/actions.js
@@ -9,6 +9,6 @@ export const incrementIfOdd = ({ commit, state }) => {
9
10
export const incrementAsync = ({ commit }) => {
11
setTimeout(() => {
12
- commit('decrement')
+ commit('increment')
13
}, 1000)
14
}
0 commit comments