vue-tabs
vue-tabs copied to clipboard
findIndex is not working on IE11
Hello,
the component triggers an issue with IE11, because of the use of findIndex in components/VueTabs.js
There are a few workarounds : https://stackoverflow.com/questions/37698996/findindex-method-issue-with-internet-explorer
Can you fix this ? I can make a PR otherwise ! Thanks :)
Edit : also noticed 3 "+" signs here : https://github.com/cristijora/vue-tabs/blob/4df45c34382e7bba6e1b2bf47ebdc5fcd4b89467/src/components/VueTabs.js#L107
@cristijora any news on this one ? Thanks