UNPKG

@form-create/ant-design-vue

Version:

ant-design-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 2

16 lines (13 loc) 367 B
export default { name: 'tree', mergeProp(ctx) { const props = ctx.prop.props; if (!props.replaceFields) props.replaceFields = { key: 'id' }; else if (!props.replaceFields.key) props.replaceFields.key = 'id'; props.checkedKeys = ctx.rule.value; props.checkable = true; }, }