You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current workaround to make typescript happy is to wrap the slot markup in a render function and pass it as a :tab prop, hope it helps, but render functions are annoying and I hope the issue gets resolved sooner than later
My current workaround to make typescript happy is to wrap the slot markup in a render function and pass it as a :tab prop, hope it helps, but render functions are annoying and I hope the issue gets resolved sooner than later
It is hard to me. Maybe it will be fixed in next version. I want to wait for it.
Describe the bug
Docs state these as available slots for TabPane:
yet the type is
export interface TabPaneSlots { default?: () => VNode[]; prefix?: () => VNode[]; suffix?: () => VNode[]; }
Steps to reproduce
not relevant
Link to minimal reproduction
not relevant
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: