Explorar el Código

docs: store state example mismatch

Cue hace 4 años
padre
commit
f567906f6f
Se han modificado 1 ficheros con 1 adiciones y 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: {