mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: only display select season on tabs that make sense
This commit is contained in:
parent
e520807919
commit
155d4a32e5
1 changed files with 4 additions and 2 deletions
|
|
@ -92,11 +92,13 @@
|
|||
</div>
|
||||
|
||||
<!-- Select Season -->
|
||||
<FilterSeason />
|
||||
<template v-if="$route.meta.season">
|
||||
<FilterSeason />
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
<!-- View -->
|
||||
|
||||
|
||||
<transition :name="tabTransition">
|
||||
<slot></slot>
|
||||
</transition>
|
||||
|
|
|
|||
Loading…
Reference in a new issue