FranckFreiburger / http-vue-loader

load .vue files from your html/js
MIT License
1.48k stars 273 forks source link

Fix loading issue on IE11 #103

Closed lucatacconi closed 4 years ago

lucatacconi commented 4 years ago

Fix issue #83. As suggested i tried to invert lines xhr.open('GET', url); xhr.responseType = 'text'; It's OK on Chrome, Firefox, Chronium, Edge.. and it's OK also on IE11. I didn't try the loader on Safari and Opera

hzsrc commented 4 years ago

+1

FranckFreiburger commented 4 years ago

thanks for your fix

NineSu commented 4 years ago

I tried it, but it didn't work