1
0
David Svetlecic 8 жил өмнө
parent
commit
19250d44d4

+ 1 - 1
docs/en/modules.md

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