Sfoglia il codice sorgente

docs: store state example mismatch

Cue 4 anni fa
parent
commit
f567906f6f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: {