Browse Source

Update modules.md (#534)

David Svetlecic 8 năm trước cách đây
mục cha
commit
19250d44d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']
           }
         },