Browse Source

修复导出内容

kindring 1 year ago
parent
commit
c352c91f59
1 changed files with 6 additions and 0 deletions
  1. 6 0
      index.js

+ 6 - 0
index.js

@@ -1,2 +1,8 @@
 import FieldCheck from "./fieldCheck";
 import FormItem from "./formData";
+
+
+export default {
+    FieldCheck,
+    FormItem
+}