@sinoform/field-subform
v0.1.0
Published
子表单字段模块。
Downloads
1
Keywords
Readme
@sinoform/field-subform
子表单字段模块。
安装
yarn add @sinoform/field-subform
使用
与 form-config-builder
结合使用:
import FieldSubform from '@sinoform/field-subform';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';
FormConfigBuilder.from(base).addPlugin(FieldSubform);