@caxa-form/core
Version:
vue动态表单,助你轻松搞定表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 3 UI frameworks, and supports the generation of any Vue components. Built-in 20
12 lines (9 loc) • 361 B
JavaScript
import FormCreateFactory from './frame';
import Creator, {creatorFactory} from './factory/creator';
import Manager from './factory/manager';
import {copyRule, copyRules, mergeRule, parseJson, toJson} from './frame/util';
export {
creatorFactory, Creator, Manager,
parseJson, toJson, copyRule, copyRules, mergeRule
};
export default FormCreateFactory;