Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
docs: fixed typo on resetForm function example
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 24, 2021
1 parent 319d7f4 commit 9501b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/reset-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can access the dom element ref above by using template refs `this.$ref`

methods: {
resetForm() {
this.$refs.formRef.resetForm
this.$refs.formRef.resetForm()
}
}

Expand Down

0 comments on commit 9501b2d

Please sign in to comment.