UNPKG

@form-create/arco-design

Version:

arco-design动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 k

13 lines (10 loc) 235 B
import datePicker from './datePicker'; const name = 'rangePicker'; export default { ...datePicker, name, maker: {}, render(children, ctx) { return ctx.$render.vNode['rangePicker'](ctx.prop, children); } }