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

14 lines (11 loc) 248 B
import {creatorFactory} from '@form-create/core/src/index'; const name = 'hidden'; export default { name, maker: { [name]: (field, value) => creatorFactory(name)('', field, value), }, render() { return []; } }