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 Oct 24, 2018. It is now read-only.
It would be nice to specify that if there is no other reason to select a tab, don't just assume tab[0] but rather have an additional option that can pass the ID or the index perhaps of the tab to default to.
This adds the ability to set a defaultTabHash so that you can stop from
just arbitrarily displaying the first tab if nothing is selected.
This is especially useful when turning off caching
Tests passing, does not break functionality so bumping version in
changelog to 1.5.0
It would be nice to specify that if there is no other reason to select a tab, don't just assume tab[0] but rather have an additional option that can pass the ID or the index perhaps of the tab to default to.
It would just need an additional option above this line
https://github.com/spatie/vue-tabs-component/blob/master/src/components/Tabs.vue#L76
The text was updated successfully, but these errors were encountered: