Skip to content

Commit

Permalink
Revert "Update modules.md (#534)"
Browse files Browse the repository at this point in the history
This reverts commit 19250d4.
  • Loading branch information
ktsn committed Dec 24, 2016
1 parent 19250d4 commit 5e145b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const store = new Vuex.Store({
myPage: {
state: { ... },
getters: {
profile () { ... } // -> getters['account/myPage/profile']
profile () { ... } // -> getters['account/profile']
}
},

Expand Down

0 comments on commit 5e145b3

Please sign in to comment.