vue-recaptcha
vue-recaptcha copied to clipboard
Cant seem to get this to work.
ive tried many options here, and cant seem to get this to work.
- Installed package
- Added to vue template (imported) as seen in readme
- Added googles js in header
- Added site key
Error: No reCAPTCHA clients exist.
Failed on input button (it did nothing at all), so moved to force the event,
After trying to invoke the event: window.grecaptcha.execute();
Edit: found the other example:
And realized you can run this.$refs.invisibleRecaptcha.execute(); But then there also doesn't exist.
To clarify on my setup, I'm using VueJs, VuetifyJS and NuxtJS. For me, this.$refs is empty.
Could you try with loadRecaptchaScript (doc) ?
Close as inactive