Vue怎么实现表单form:点击按钮增加一个输入框

 每个输入框的输入类型还是不确定的

Vue-表单:

 https://www.runoob.com/vue2/vue-forms.html

https://blog.csdn.net/weixin_43989275/article/details/89382582

Vue动态生成表单:根据数据库表格Schema的属性json来生成表单

 https://www.cnblogs.com/xaboy/archive/2018/04/25/8946411.html

form-create教程系列:https://blog.csdn.net/weixin_30668887/article/details/99888758   https://www.cnblogs.com/xaboy/tag/form-create/

                   教程2:https://www.jb51.net/article/165719.htm

动态表单2:https://segmentfault.com/a/1190000016489541

https://github.com/supportlss/vue-dynamic-form

>>Element-UI:el-form:https://element.eleme.cn/#/zh-CN/component/form

原文地址:https://www.cnblogs.com/2008nmj/p/15330948.html