This commit is contained in:
hufeixiong
2021-07-12 11:37:22 +08:00
parent 2ee2c3fb50
commit 0df7aff097
4 changed files with 141 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
* @Author: yehuozhili
* @Date: 2021-07-07 14:29:38
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-09 13:51:32
* @FilePath: \dooringx\packages\dooringx-example\src\plugin\registFormComponents.ts
* @LastEditTime: 2021-07-12 11:24:56
* @FilePath: \dooringx\packages\dooringx-example\src\plugin\formComponentModules.ts
*
*/
@@ -18,4 +18,4 @@ export const Formmodules: Record<string, FunctionComponent<any> | ComponentClass
const value = modulesFiles(modulePath);
modules[name] = value.default;
return modules;
}, []);
}, {});