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

Commit 9501b2d

Browse files
committed
docs: fixed typo on resetForm function example
1 parent 319d7f4 commit 9501b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/reset-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can access the dom element ref above by using template refs `this.$ref`
4545

4646
methods: {
4747
resetForm() {
48-
this.$refs.formRef.resetForm
48+
this.$refs.formRef.resetForm()
4949
}
5050
}
5151

0 commit comments

Comments
 (0)