Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含多个表单的模板,这些表单都有自己的验证器。当我提交表单后,我想重置验证器。
根据我从文档中读到的内容,您只能使用this.$resetValidation();仅适用于其中一个验证器的方法。
this.$resetValidation();
如何重置特定验证器的验证?有解决方法吗?