fix(Tabs): prevent focus of TabPanel with tabindex="-1"

This commit is contained in:
Benjamin Canac
2023-09-27 13:47:48 +02:00
parent be734fc026
commit cbb2f28c3f

View File

@@ -38,6 +38,7 @@
:key="index"
v-slot="{ selected }"
:class="ui.base"
tabindex="-1"
>
<slot :name="item.slot || 'item'" :item="item" :index="index" :selected="selected">
{{ item.content }}