fix(ui): wrong tabindex usage 2 (#2617)
This commit is contained in:
parent
913e2892f7
commit
6b40319723
|
@ -42,7 +42,7 @@ const tabs = [
|
|||
>
|
||||
<div
|
||||
relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all
|
||||
tabindex="1"
|
||||
tabindex="0"
|
||||
hover:bg-active transition-100
|
||||
@click="option.onClick"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue