Answer the question
In order to leave comments, you need to log in
bootstrap vue. How to manage tabs when clicking external links?
Bootstrap-vue has a ready-made component with tabs .
Question: how to open/close tabs by clicking on links OUTSIDE b-tabs ?
What directive to write for
<b-link>Открыть таб у которого title="Second"</b-link>
Answer the question
In order to leave comments, you need to log in
b-tabs have v-model . Hang it on your tabs and by clicking on an external link, simply change it to the desired value.
<b-tabs v-model="tabIndex"> ... </b-tabs>
<b-link @click="tabIndex = 1">Change tab</b-link>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question