vue3-recaptcha2
vue3-recaptcha2 copied to clipboard
Vue v3 component for Google reCAPTCHA v2
In SSR mode, you have to add `"type": module` to `package.json` Otherwise, the following error will be reported `Warning: To load ES modules, please set "type": "module" in package.json or...
Hi, i have an problem with typescript in vue3 composition api for build. ``` There are types at '/home/serii/Sites/vue/vue-silcompa/node_modules/vue3-recaptcha2/dist_types/index.d.ts', but this result could not be resolved when respecting package.json "exports"....
Added region selection method. This will allow you to use Google recaptcha in areas where Google is blocked
In case you were wondering why your execute() function throws an error, please make sure to pass size="invisible" while trying to use invisible recaptcha.