Explorar o código

docs: store state example mismatch

Cue %!s(int64=4) %!d(string=hai) anos
pai
achega
f567906f6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {