diff options
| author | itsAhamkara <38540360+itsAhamkara@users.noreply.github.com> | 2018-05-11 22:58:11 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:21 +0100 |
| commit | 6db26724b84776762cdec1c78b6311b5a1725707 (patch) | |
| tree | 59ae844d41978ff5e2404943380a60432454db21 /src/Home.vue | |
| parent | 62ba9406282a84fe2649929632bf534093a9d19e (diff) | |
| download | brokentalents-6db26724b84776762cdec1c78b6311b5a1725707.tar.gz brokentalents-6db26724b84776762cdec1c78b6311b5a1725707.zip | |
New Header and style
Diffstat (limited to 'src/Home.vue')
| -rw-r--r-- | src/Home.vue | 3 |
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'; |
