Orlandster / vue-page-transition

A lightweight Vue.js plugin for page / route transitions.

Home Page:https://orlandster.github.io/vue-page-transition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work in IE 11.

myoneflag opened this issue · comments

commented

I have integrated this package in my simple project. For chrome, works well. but does not work in IE 11. I have got following error.
SCRIPT1003**: Excepted ':'** vue-page-transition.common.js (91, 1)
Please help me. Regards

any updates on this? it seems that the module isnt built so that functions are like that:

{ func: function() {} }

instead of

{ func() {} }

Just had the same issue! Is there any resolution on this?

Just had the same issue! Is there any resolution on this?

We had to rely on built-in vue page transition because it was breaking our whole project in IE11. So we removed it unfortunately

commented

Me too, Just removed

Same issue for me too, any news on this?

why is this closed? It's broken on ie11.

If you still need something working on IE11, please use this fork https://github.com/matteocacciola/vue-page-transition