文件名称:vue-form-json:通过数组验证生成Vue表单
文件大小:263KB
文件格式:ZIP
更新时间:2024-05-19 05:22:07
vuejs schema vue bulma form
vue-form-json 验证生成Vue表单 所有字段都是必填字段,默认情况下输入文本。 提交后,将在$ root上发出带有formName和所有值的事件“ formSubmitted”。 特征 从数组生成表单(formFields属性) 默认情况下,布尔玛类(可以覆盖) React灵敏 倍数列上的字段const formFields = [ [ { label : 'label one' } , { label : 'label two' } ] ] 预填值const formFields = [ { label : 'the label' , value : 'the value' } ] const formFields = [ { label : 'the label' , rules : { is_not : 'label' } } ] 跨字段验证(请参阅CodeSa