Skip to content

Commit 154afea

Browse files
carlosmtrinidadktsn
authored andcommitted
Update actions.js (vuejs#494)
1 parent 3baa6b0 commit 154afea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/counter-hot/store/actions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export const incrementIfOdd = ({ commit, state }) => {
99

1010
export const incrementAsync = ({ commit }) => {
1111
setTimeout(() => {
12-
commit('decrement')
12+
commit('increment')
1313
}, 1000)
1414
}

0 commit comments

Comments
 (0)