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
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
Hi,
i'm not sure if my issue is in fact a vue-strap issue, but i think you can tell me.
i have a quite simple setup using tabs in this gist.
Everything works perfect, except: the content of the active tab is not showing.
the the active div[role=tabpanel] has .tab-pane.fadein-transition
the inactive has .tab-pane.fadein-transition.hide,
but there is a style:
.tab-content > .tab-pane{ display:none; }
i can easily just delete or overwrite this rule, but that seems strange to me.
Hi,
i'm not sure if my issue is in fact a vue-strap issue, but i think you can tell me.
i have a quite simple setup using tabs in this gist.
Everything works perfect, except: the content of the active tab is not showing.
the the active div[role=tabpanel] has .tab-pane.fadein-transition
the inactive has .tab-pane.fadein-transition.hide,
but there is a style:
.tab-content > .tab-pane{ display:none; }
i can easily just delete or overwrite this rule, but that seems strange to me.
even your demo-page has this bug :)
is that some quirk in boot-strap or is this a vue-strap bug?
Thanks, Schorsch
The text was updated successfully, but these errors were encountered: