The rules check defined in vue does not work, but what is the problem?

problem solved!

Mar.16,2021

did you invoke form validation:

this.$refs['form'].validate(valid => {
    if (valid) {
        // 
    } else {
        // 
    }
})
Menu