Kelin2025 / vue-timers

Mixin to manage your intervals in Vue.js
MIT License
231 stars 17 forks source link

Added IE11 support. #11

Closed wegenern closed 6 years ago

wegenern commented 6 years ago

[Object.assign] isn't supported by IE11. Replaced in two files [index.js] & [utils.js].

See reference: https://stackoverflow.com/questions/42091600/how-to-merge-object-in-ie-11?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

wegenern commented 6 years ago

I seem to have a few things left yet. And I may have jumped the gun on that pull request. I'll line another up for you shortly.