Skip to content

Commit

Permalink
fix: change $scopedSlots with $slots
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadlgdo committed May 30, 2024
1 parent 56241d6 commit 89a00bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<component :is="contentAnimation">
<div
v-if="selectedTab && $scopedSlots[selectedTab]"
v-if="selectedTab && $slots[selectedTab]"
:key="selectedTab"
:class="contentClass"
:aria-labelledby="`base-tabs-panel-${selectedTab}`"
Expand Down

0 comments on commit 89a00bd

Please sign in to comment.