Paul
Paul

Reputation: 259

Javascript error in IE11 for Google reCaptcha

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?

Upvotes: 3

Views: 729

Answers (1)

efesezer
efesezer

Reputation: 281

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

Upvotes: 1

Related Questions