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