You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,12 @@ Please check Google site: https://developers.google.com/recaptcha/docs/faq
67
67
- High Test coverage, safe and easy to use
68
68
- Score Comparision
69
69
- Support invisible, corner and inline badge style
70
-
- Support multiple reCAPTCHA on the same page for different forms
70
+
- Support reCAPTCHA to run on every page
71
71
- Support multiple actions to be placed on the same page
72
72
- Support custom implementation on config interface
73
73
- Support custom implementation on request method interface
74
74
- Fully supported Vue component
75
75
- IP skip list supported
76
-
- Support script to be placed in the background of pages for analytics
77
76
78
77
## Requirement
79
78
@@ -405,6 +404,12 @@ There are two ways you can bind site key to the component.
405
404
406
405
````
407
406
407
+
Please remember to refresh token every time you submit the form if needed:
408
+
409
+
````vue
410
+
this.$refs.captcha.execute();
411
+
````
412
+
408
413
### or Add site key directly into GoogleReCaptchaV3 component
409
414
410
415
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