Reputation: 259
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
Reputation: 281
Just remove the script src for google ReCaptcha from index.html and used loadRecaptchaScript=true in vue-recaptcha.
Upvotes: 1