lukaszflorczak / vue-agile

🎠 A carousel component for Vue.js
https://lukaszflorczak.github.io/vue-agile/
MIT License
1.49k stars 167 forks source link

IE11 #87

Closed nickycdk closed 5 years ago

nickycdk commented 5 years ago

It doesn't seem to work in IE11 - All demo's are just empty: https://lukaszflorczak.github.io/vue-agile/

Any ideas?

lukaszflorczak commented 5 years ago

Thanks. I'll check this.

lukaszflorczak commented 5 years ago

Hi! Sorry and thank you for a long time of waiting. Unfortunately, I had a problem with access to IE11. The bug should be fixed in 1.0.9 version.

PS. The problem was with flex styles in IE11.

adrienlamotte commented 5 years ago

Hello @lukaszflorczak, it was working fine in IE11 with the 1.0.9 but seems to be broken in 1.0.10 (error on startup preventing the app to load)

Thanks !

lukaszflorczak commented 5 years ago

Hi @adrienlamotte Could you copy and paste the error message? And start a new issue please – I think that the error is not related to the situation in this issue.

adrienlamotte commented 5 years ago

@lukaszflorczak you're right it's not directly related. I'll create a new issue but I can't do it right now because I downgraded to 1.0.8 for now (and fixed the IE11 issue with the CSS you added in the 1.0.9).

I'll try to update again for the next release of my project.

lukaszflorczak commented 5 years ago

OK, thanks. Do you have vue-agile installed by npm/yarn?

adrienlamotte commented 5 years ago

I use npm on that project