Skip to content

Commit ea3490a

Browse files
authored
Update README.md
1 parent 608a38e commit ea3490a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,12 @@ There are two ways you can bind site key to the component.
404404
405405
````
406406

407+
Please remember to refresh token every time you submit the form if needed:
408+
409+
````vue
410+
this.$refs.captcha.execute();
411+
````
412+
407413
### or Add site key directly into GoogleReCaptchaV3 component
408414

409415
Alternatively, I believe most of cases your site key will never be changed, so you could just modify the original published component to have sitekey hard-coded in.

0 commit comments

Comments
 (0)