guhongwei 4 年 前
コミット
ce963d7f4a
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/store/index.js

+ 2 - 1
src/store/index.js

@@ -16,7 +16,7 @@ import exportuser from '@common/store/market/exportuser';
 import user from './user';
 import place from './place';
 import onliveUser from './onlive/user';
-import onliveUser from './onlive/gensign';
+import gensign from './onlive/gensign';
 import room from './onlive/room';
 import * as ustate from '@/store/common/state';
 import * as umutations from '@/store/common/mutations';
@@ -46,5 +46,6 @@ export default new Vuex.Store({
     place,
     onliveUser,
     room,
+    gensign,
   },
 });