Browse Source

docs: store state example mismatch

Cue 4 years ago
parent
commit
f567906f6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/guide/index.md

+ 1 - 1
docs/guide/index.md

@@ -24,7 +24,7 @@ import { createStore } from 'vuex'
 const store = createStore({
   state () {
     return {
-      count: 1
+      count: 0
     }
   },
   mutations: {