DanSnow / vue-recaptcha

Google ReCAPTCHA component for Vue.js
http://dansnow.github.io/vue-recaptcha/
MIT License
863 stars 133 forks source link

Captcha ceased showing #236

Closed ExsyDev closed 5 years ago

ExsyDev commented 5 years ago

Hello. When I paste in template:

 <vue-recaptcha  @verify="onVerify" 
     sitekey="keyCaptcha"></vue-recaptcha>

I don't show captcha, why?? Errors I don't get.

DanSnow commented 5 years ago

Did you add recpatcha's api?

https://github.com/DanSnow/vue-recaptcha#get-started

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

josegus commented 5 years ago

for me, widget is not working on default page load. I need to open a modal o put my form inside modal to make it work

josegus commented 5 years ago

My mistake, you just need to put the script tag as the doc says: