mib200 / vue-gtm

Simple implementation of Google Tag Manager in Vue.js 2.0
Apache License 2.0
242 stars 85 forks source link

`URLSearchParams` does not exist in IE11 #82

Closed simon-tma closed 4 years ago

simon-tma commented 4 years ago

74 included URLSearchParams, without a fallback for browsers (IE11) that don't support it, causing GTM to fail.

webmint commented 4 years ago

Have same issue -- app not loading at all at IE11 - error - : 'URLSearchParams' is undefined.

webmint commented 4 years ago

I've created PR with fix for this. https://github.com/mib200/vue-gtm/pull/83 @simon-tma you can check fix in my fork