shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

Object doesn't support property or method 'includes' error on IE #74

Closed gregleon closed 5 years ago

gregleon commented 6 years ago

When trying to use this library on Internet Explorer (any version) I've encountered an error "Object doesn't support property or method 'includes'".

The easiest fix for that is adding a polyfill which can be found here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes

Or replacing 'includes' with method supported by IE: https://stackoverflow.com/questions/31119300/ie11-object-doesnt-support-property-or-method-includes-javascript-window