소스 검색

Revert "Update modules.md (#534)"

This reverts commit 19250d44d4d7a9bb848e4f06d4476ed423842d9c.
ktsn 8 년 전
부모
커밋
5e145b3a2d
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/myPage/profile']
+            profile () { ... } // -> getters['account/profile']
           }
         },