فهرست منبع

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({
 const store = createStore({
   state () {
   state () {
     return {
     return {
-      count: 1
+      count: 0
     }
     }
   },
   },
   mutations: {
   mutations: {