Skip to content

Commit cf59dbb

Browse files
committed
docs: options API example change
1 parent 09fe679 commit cf59dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ app.use(VueRecaptcha, { siteKey: "your recaptcha sitekey" }).mount("#app");
127127
// Reset Recaptcha action
128128
actionReset() {
129129
const { resetRecaptcha } = useRecaptcha();
130-
resetRecaptcha(this.recaptchaWidget.value);
130+
resetRecaptcha(this.recaptchaWidget);
131131
},
132132
},
133133
};

0 commit comments

Comments
 (0)