Properties
Form properties can be fetched by applying a ref to the form component and referencing them on the this.$refs
object.
hasErrors
boolean
Does the form contain any errors?errors
array
form errorsfields
array
a collection of the fields to be sent (all fields by default, or only dirty fields whensendOnlyDirtyFields
is set totrue
)pristine
boolean
When usingsendOnlyDirtyFields
, is the form pristine?