Javascript error in IE11 for Google reCaptcha

Viewed 662

I have implemented recaptcha on my site but it doesnt work in IE11. I get this console error: SCRIPT5005: String expected recaptcha__en.js (17,24)

Any ideas what this may be and why IE is complaining?

1 Answers

Just remove the script src for google ReCaptcha from index.html and used loadRecaptchaScript=true in vue-recaptcha.

Related