Skip to content

Commit

Permalink
feat: added validate method on the form ref instance closes #3030
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 15, 2020
1 parent 2e0847c commit ed0faff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vee-validate/src/Form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const Form = defineComponent({
this.setFieldTouched = setFieldTouched;
this.setTouched = setTouched;
this.resetForm = resetForm;
this.validate = validate;
}

const children = normalizeChildren(ctx, {
Expand Down

0 comments on commit ed0faff

Please sign in to comment.