How do I stop displaying the inline validation error message in Vuetify?
问题 I need to display all form validation errors in one alert at the top of a form when the user clicks submits (not inline with the input elements). How do I suppress the inline validation error message if I am using Vuetify and Vee-Validation. (I will display errors in an alert using the $errors array). There is nothing about this in the documentation. I tried not passing anything in error-messages, but then I lose the red outline on the invalid field. My field is configured like this <v-text