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

12 lines (9 loc) 259 B
import {hasProperty} from '@form-create/utils/lib/type'; export default { name: 'select', mergeProp(ctx) { const props = ctx.prop.props; if (!hasProperty(props, 'options')) props.options = ctx.prop.options || []; } }