标签:绑定 字段 model inpu NPU input not put rop
element-ui 中,新添加的表单v-for不能rules验证,上代码:
<div v-for="(item,index) in arr">
<el-from-item :prop="`arr.${index}.name`" :rules="{required:true,message:"请输入",trigger:"blur"}">
<el-input v-model="item.name" placeholder="请输入"></el-input>
<el-from-item>
</div>
:prop="`arr.${index}.name`"中arr为v-for绑定的数组,name为v-modle绑定的字段
标签:绑定 字段 model inpu NPU input not put rop
原文地址:https://www.cnblogs.com/mmz-web/p/9413334.html