summaryrefslogtreecommitdiff
path: root/src/Home.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/Home.vue')
-rw-r--r--src/Home.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Home.vue b/src/Home.vue
index c0fef32..888d6d5 100644
--- a/src/Home.vue
+++ b/src/Home.vue
@@ -1,5 +1,5 @@
<template>
- <b-tabs v-model="tabIndex">
+ <b-tabs v-model="tabIndex" expanded type="is-toggle" >
<b-tab-item label="Blitz">
<blitz-tab :reportService="reportService"></blitz-tab>
</b-tab-item>
@@ -11,6 +11,7 @@
</div>
</template>
+
<script>
import Vue from 'vue';
import BlitzTab from './BlitzTab.vue';