vue-recaptcha icon indicating copy to clipboard operation
vue-recaptcha copied to clipboard

Cant seem to get this to work.

Open timothymarois opened this issue 4 years ago • 1 comments

ive tried many options here, and cant seem to get this to work.

  1. Installed package
  2. Added to vue template (imported) as seen in readme
  3. Added googles js in header
  4. 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.

timothymarois avatar Apr 28 '21 23:04 timothymarois

Could you try with loadRecaptchaScript (doc) ?

DanSnow avatar May 02 '21 17:05 DanSnow

Close as inactive

DanSnow avatar Mar 05 '23 15:03 DanSnow