空白提交字段(vee-validate vue)
blank the field on Submit (vee-validate vue)
我正在 Vue 中创建一个表单,验证 Vee-validate。我想在提交时将字段设为空白。但是当我在提交时将该字段设为空白时它会出错。
有人可以帮我解决一下吗?
谢谢
You can add a small portion of code which describes better your problem.
但您可以在提交表单后使用 Vee-validate 执行此操作
this.yourField = ''
this.$validator.reset()
我正在 Vue 中创建一个表单,验证 Vee-validate。我想在提交时将字段设为空白。但是当我在提交时将该字段设为空白时它会出错。
有人可以帮我解决一下吗?
谢谢
You can add a small portion of code which describes better your problem.
但您可以在提交表单后使用 Vee-validate 执行此操作
this.yourField = ''
this.$validator.reset()