A data driven form component for vue3. Latest version: 0.1.1, last published: a year ago. Start using @imengyu/vue-dynamic-form in your project by running `npm i @imengyu/vue-dynamic-form`. There are no other projects in the npm registry using @imengyu/v
vue3动态表单编辑器. Contribute to yayaluoya/vue3-dynamic-form development by creating an account on GitHub.
vue3动态表单编辑器. Contribute to yayaluoya/vue3-dynamic-form development by creating an account on GitHub.
基于vue3、JSON Schema、antd动态生成表单. Latest version: 0.1.68, last published: a year ago. Start using trs-vue3-dynamic-form in your project by running `npm i trs-vue3-dynamic-form`. There is 1 other project in the npm registry using trs-vue3-dynamic-f
[ele.field]" rows="3" autosize :label="ele.name" placeholder="请输入" type="textarea" maxlength="200" show-word-limit clearable required :rules="[{required:true,message:'必填项,不能为空'}]" /> </div> </div> </template> <script> export default { model: { prop: 'data', event...
方便不想看完全篇文章的童鞋,简单总结一下,这是篇软广,主要是推广自己在业务中沉淀的一个开源组件vue-dynamic-form-component。基于element-ui实现的 vue组件,只需编写类似async-validator的规则,自动生成对应的表单,支持常见输入类型的同时,支持嵌套对象、hashmap、多维数组等复杂类型。有需要的童鞋欢迎使用和贡献代码,...
<van-field v-for="(ele,i) in template.labels" :key="i" v-model="item[ele.field]" rows="3" autosize :label="" placeholder="请输入" type="textarea" maxlength="200" show-word-limit clearable required :rules="[{required:true,message:'必填项,不能为空'}]" /> ...
质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 克隆/下载 git config --global user.name userName git config --global user...
Vue-ele-form-dynamic是基于Vue.js和Element UI开发的动态表单组件,它能够快速方便地创建各种类型的表单。该组件的主要特点是可以根据数据结构动态生成表单,支持多级联动和复杂表单嵌套,并提供了可自定义的表单验证规则和表单项渲染方式。 使用vue-ele-form-dynamic,我们可以通过一个Javascript对象来描述一个表单,然后...
FormVueLate 2.0 (Vue 3) Dynamic schema-based form rendering for VueJS. View DemoView Github Getting Started FormVueLate is a zero dependency library that allows you to generate schema-driven forms with extreme ease. The schema that you use for your form can be as flexible as you need it...