Skip to content

Commit 19250d4

Browse files
davidmsvetlecickazupon
authored andcommitted
Update modules.md (vuejs#534)
1 parent 8408a12 commit 19250d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const store = new Vuex.Store({
109109
myPage: {
110110
state: { ... },
111111
getters: {
112-
profile () { ... } // -> getters['account/profile']
112+
profile () { ... } // -> getters['account/myPage/profile']
113113
}
114114
},
115115

0 commit comments

Comments
 (0)