浏览代码

docs: store state example mismatch

Cue 4 年之前
父节点
当前提交
f567906f6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {