This commit is contained in:
2021-01-26 00:42:52 +00:00
parent 531c86a943
commit 43a7fcc9e5
6 changed files with 117 additions and 22 deletions

View File

@@ -586,6 +586,9 @@ export default {
// Process and return server errors if any for form and field specified
// note that this is called in turn by every control on the form so it's only job
// is to return errors if they exist for *that* field
// Not to be confused with validation errors through the "rules" property
// that is separate and any errors returned here are *added* to the validation
// errors in the UI by Vuetify
//
serverErrors(vm, ref) {
let ret = [];