瀏覽代碼

Update modules.md (#534)

David Svetlecic 8 年之前
父節點
當前提交
19250d44d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/modules.md

+ 1 - 1
docs/en/modules.md

@@ -109,7 +109,7 @@ const store = new Vuex.Store({
         myPage: {
           state: { ... },
           getters: {
-            profile () { ... } // -> getters['account/profile']
+            profile () { ... } // -> getters['account/myPage/profile']
           }
         },