mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +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>
|
</div>
|
||||||
|
|
||||||
<!-- Select Season -->
|
<!-- Select Season -->
|
||||||
<FilterSeason />
|
<template v-if="$route.meta.season">
|
||||||
|
<FilterSeason />
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<!-- View -->
|
<!-- View -->
|
||||||
|
|
||||||
<transition :name="tabTransition">
|
<transition :name="tabTransition">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue