登录 注册
当前位置:主页 > 资源下载 > 38 > Vue Form Generator:一款适用于VueJS 2的简洁表单构建工具

Vue Form Generator:一款适用于VueJS 2的简洁表单构建工具

  • 更新:2024-05-28 19:19:20
  • 大小:134KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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