Explorar el Código

Update modules.md (#534)

David Svetlecic hace 8 años
padre
commit
19250d44d4
Se han modificado 1 ficheros con 1 adiciones y 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']
           }
         },