三种解决办法:[Element Warn][Form]model is required for validate to work!
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element
免费下载资源
·
方法1
该提示说的是 form表单需要一个绑定一个 对象(使用:model=“editform” 不能使用v-model=“editform”),
同时v-model=“multipleSelectionStudent” 的multipleSelectionStudent一定一定一定要在editform对象中,
而例子中v-model=“multipleSelectionStudent” 的multipleSelectionStudent就不一定在editform对象中,因为此字段,没有做验证.
方法2
属性绑定错误,确保绑定的是 :model 而不是v-model ! :model 是element-ui 里面的一个 属性 恰巧 和 v-model 类似而已,两者并没有什么直接关系!
方法3
检查 ref 是否重复!
是否在其他el-form 中使用了相同的ref 名,多个el-form ref 命名不要相同
参考文章:http://www.voidcn.com/article/p-mljqkivp-bxa.html
https://blog.csdn.net/qq_45376290/article/details/107346110
GitHub 加速计划 / eleme / element
54.06 K
14.63 K
下载
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:3 个月前 )
c345bb45
7 个月前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 7 个月前
更多推荐
已为社区贡献6条内容
所有评论(0)