-
Vue Form Generator:一款适用于VueJS 2的简洁表单构建工具
资源介绍
Vue表格生成器
该组件使您可以轻松生成基于规范的表单并将模型绑定到它们
###字段规范结构:
{
label: "Name", // label to display before form field
component: Input, // component to handle data under modelKey
props: { //
type: "text", // pass props to your component
}, //
modelKey: "key" // data model object key to bind
}
对现场组件的要求:
All the components you specify as field