Properties
Form properties can be fetched by applying a ref to the form component and referencing them on the this.$refs object.
hasErrorsbooleanDoes the form contain any errors?errorsarrayform errorsfieldsarraya collection of the fields to be sent (all fields by default, or only dirty fields whensendOnlyDirtyFieldsis set totrue)pristinebooleanWhen usingsendOnlyDirtyFields, is the form pristine?