Explorar o código

Update modules.md (#534)

David Svetlecic %!s(int64=8) %!d(string=hai) anos
pai
achega
19250d44d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']
           }
         },