vue-form-generator:简单的VueJS 2表单生成器

时间:2024-04-21 23:39:52
【文件属性】:

文件名称:vue-form-generator:简单的VueJS 2表单生成器

文件大小:134KB

文件格式:ZIP

更新时间:2024-04-21 23:39:52

Vue

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


【文件预览】:
vue-form-generator-master
----.gitignore(231B)
----package.json(837B)
----package-lock.json(490KB)
----src()
--------components()
--------main.js(142B)
--------App.vue(3KB)
----public()
--------index.html(611B)
--------favicon.ico(4KB)
----.browserslistrc(30B)
----.eslintrc.js(359B)
----README.md(740B)
----babel.config.js(67B)

网友评论