Skip to content
Snippets Groups Projects
Commit 8b5bf0df authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fix for BIESt #107

parent aa6c9b14
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
tab.icon !== '' && tab.name === '' ? 'cw-tabs-nav-icon-solo-' + tab.icon : '', tab.icon !== '' && tab.name === '' ? 'cw-tabs-nav-icon-solo-' + tab.icon : '',
]" ]"
:href="tab.href" :href="tab.href"
:tabindex="index" tabindex="0"
@click="selectTab(tab)" @click="selectTab(tab)"
@keydown.enter="selectTab(tab)" @keydown.enter="selectTab(tab)"
@keydown.space="selectTab(tab)" @keydown.space="selectTab(tab)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment