bogdand92

Results 1 issues of bogdand92

Hi, can you fix this? ` [...document.querySelectorAll('img[data-vue-img-group="${el.dataset.vueImgGroup}"]')]` In this place an invalid transformation NodeList to array. Babel transpile this code using `Array.from` that is unavailable in IE. Maybe try something...