Skip to content

Commit

Permalink
Update tab group header prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gerteck committed Jul 1, 2024
1 parent c213c5c commit b1a0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-components/src/Tabset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
v-else
:key="index"
class="nav-item"
:class="{active:t.active}"
:header="t.headerRendered"
:class="{active:t.active}"
:disabled="t.disabled"
>
<li v-for="(tab, tabIndex) in t.tabs" :key="tabIndex">
Expand Down

0 comments on commit b1a0055

Please sign in to comment.