Skip to content

Commit

Permalink
revert: tabs change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Aug 8, 2024
1 parent fa8b4c7 commit 7298baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oruga/src/components/tabs/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ function itemHeaderClasses(
-->
<slot name="start" />

<!-- add keydown evtnt handler to navigate tabs - vortrag frontend circle -->
<div
v-for="childItem in items"
v-show="childItem.visible"
Expand Down Expand Up @@ -453,6 +452,7 @@ function itemHeaderClasses(
</span>
</component>
</div>

<!--
@slot Additional slot after tabs
-->
Expand Down

0 comments on commit 7298baa

Please sign in to comment.