laosan2382995021@163.com %!s(int64=4) %!d(string=hai) anos
pai
achega
45b5b8b50c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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
+};