触发对整个表单的验证:

this.$refs.Form1.validate()

触发对表单部分字段的验证:

this.$refs.Form1.validateField("password")

相关文章: