UNPKG

@form-create/iview

Version:

iview动态表单|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 kinds o

11 lines (10 loc) 307 B
export default { name: 'switch', mergeProp(ctx) { const prop = ctx.prop.props.slot || {}; const slot = ctx.prop.scopedSlots || {}; if (prop.open) slot.open = () => prop.open; if (prop.close) slot.close = () => prop.close; ctx.prop.scopedSlots = slot; } }