ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.24k stars 101 forks source link

IE11 does not support arrow functions #58

Closed rskrzypczynski closed 4 years ago

rskrzypczynski commented 4 years ago

Update 3.3.3 cause a syntax error in IE11. The problem is related to that IE11 doest not support ES6 so arrow functions cause syntax errors.

ankurk91 commented 4 years ago

Should be fixed in version 3.3.4.

IE 11 support will be removed in next major version.