mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Tabs): prevent focus of TabPanel with tabindex="-1"
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user