Explorar el Código

修复导出内容

kindring hace 1 año
padre
commit
c352c91f59
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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
+}