Skip to content

Commit f567906

Browse files
committed
docs: store state example mismatch
1 parent a0a7e1d commit f567906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { createStore } from 'vuex'
2424
const store = createStore({
2525
state () {
2626
return {
27-
count: 1
27+
count: 0
2828
}
2929
},
3030
mutations: {

0 commit comments

Comments
 (0)