laosan2382995021@163.com hace 4 años
padre
commit
45b5b8b50c
Se han modificado 1 ficheros con 6 adiciones y 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
+};