Answer the question
In order to leave comments, you need to log in
How to check for props?
Good day, comrades. Tell the young and green. I use validation in vuetify, on the submit button:
this.formHasErrors = false;
Object.keys(this.form).forEach(f => {
if(!this.form[f]){
this.formHasErrors = true;
this.$refs[f].validate(true);
}
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question