Browse Source

docs: store state example mismatch

Cue 4 năm trước cách đây
mục cha
commit
f567906f6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {