vue 表单验证 async-validator: ["xxx is not a string"]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 表单验证 async-validator: ["xxx is not a string"]相关的知识,希望对你有一定的参考价值。
参考技术A 使用iview动态添加表单校验,触发 this.$refs[name].validate 方法校验的时候,会有一部分非 String 类型表单项提示校验未通过,console中显示 async-validator: ["xxx is not a string"]组件写法如下:
console错误提示如下:
去掉 :rules 规则中的 trigger 属性
再次触发 this.$refs[name].validate 方法校验的时候恢复正常。
未知[吐血]
这种解决方法只是一种简单的临时解决方案,暂时不知道有没有别的问题。。。╮(╯▽╰)╭
以上是关于vue 表单验证 async-validator: ["xxx is not a string"]的主要内容,如果未能解决你的问题,请参考以下文章
vue表单验证的时候提示 async-validator:‘‘ is not a string
vue表单验证的时候提示 async-validator:‘‘ is not a string
vue 表单验证 async-validator: ["xxx is not a string"]