Selaa lähdekoodia

docs: store state example mismatch

Cue 4 vuotta sitten
vanhempi
commit
f567906f6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: {