feat(Tabs): add nav-bottom slot (#8915)
This commit is contained in:
+2
-1
@@ -463,9 +463,10 @@ export default defineComponent({
|
||||
onScroll={onStickyScroll}
|
||||
>
|
||||
{renderHeader()}
|
||||
{slots['nav-bottom']?.()}
|
||||
</Sticky>
|
||||
) : (
|
||||
renderHeader()
|
||||
[renderHeader(), slots['nav-bottom']?.()]
|
||||
)}
|
||||
<TabsContent
|
||||
count={children.length}
|
||||
|
||||
Reference in New Issue
Block a user