vue-tabs
vue-tabs copied to clipboard
How to justify the tabs, like in the example
Like in this example, https://jsfiddle.net/b44cc4dq/56/ there is a nav-justified class,
I know it's late, but if someone still has this issue, please note that is probably Bootstrap who mess with nav class. Try to create a class on your vue-tabs, and then : .my-class .nav { display: block; }