DemoTabsFixed.vue 219 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <template> <VTabs fixed-tabs> <VTab> Fixed Tab 1 </VTab> <VTab> Fixed Tab 2 </VTab> <VTab> Fixed Tab 3 </VTab> <VTab> Fixed Tab 4 </VTab> </VTabs> </template>