Properties
Form properties can be fetched by applying a v-ref to the form component and referencing them on the this.$refs
object.
hasErrors
boolean
Does the form contain any errors?pristine
boolean
When usingsendOnlyDirtyFields
, is the form pristine?