Closed
Description
In IE9 and IE10, the life cycle functions are never called if I use the decorator. If I export an object, it works just fine.
Class (not working): https://github.com/pcmulder/ts-vue-class-component
Object (working): https://github.com/pcmulder/ts-vue-class-component/tree/object
Is there anything I'm missing or not getting?