|
@@ -36,6 +36,7 @@ import cerconfirm from '@frame/store/cerconfirm';
|
|
|
import score from '@frame/store/score';
|
|
|
import talented from '@frame/store/talented';
|
|
|
import experience from '@frame/store/experience';
|
|
|
+import userMenu from '@frame/store/auth/userMenu';
|
|
|
import * as ustate from '@frame/store/user/state';
|
|
|
import * as umutations from '@frame/store/user/mutations';
|
|
|
import * as dostate from '@frame/store/setting/state';
|
|
@@ -80,6 +81,7 @@ export default new Vuex.Store({
|
|
|
score,
|
|
|
experience,
|
|
|
talented,
|
|
|
+ userMenu,
|
|
|
},
|
|
|
state: { ...ustate, ...dostate },
|
|
|
mutations: { ...umutations, ...domutations },
|