antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

IE11 error on forEach #9

Closed metz0r closed 5 years ago

metz0r commented 5 years ago

IE11 doesn't support forEach() on NodeList (which is array-like and not an array), which happens on document.querySelectorAll()

see https://github.com/babel/babel/issues/6511