laosan2382995021@163.com 4 lat temu
rodzic
commit
45b5b8b50c
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      src/store/modules/index.ts

+ 6 - 0
src/store/modules/index.ts

@@ -0,0 +1,6 @@
+import user from './user';
+import {ModuleTree} from "vuex";
+
+export default <ModuleTree<any>>{
+    user
+};