We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
components/VueTabs.js
Can you fix this ? I can make a PR otherwise ! Thanks :)
Edit : also noticed 3 "+" signs here :
vue-tabs/src/components/VueTabs.js
Line 107 in 4df45c3
The text was updated successfully, but these errors were encountered:
@cristijora any news on this one ? Thanks
Sorry, something went wrong.
No branches or pull requests
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 :
vue-tabs/src/components/VueTabs.js
Line 107 in 4df45c3
The text was updated successfully, but these errors were encountered: