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
@cagataycivici This is not possible due to the "miss-use" of vNodes instead of actual child Components due to this.slots.$default().
If you would use the TabPanel as an actual Component it would work.
child.children is of type export declare type VNodeNormalizedChildren = string | VNodeArrayChildren | RawSlots | null; that can be null or an array or in this case RawSlots that has no forEach function
Hello,
Please add support for hiding a tab panel in the tab view component. It could be a property such as :hide="true"
Thanks!
The text was updated successfully, but these errors were encountered: