Matchups: implemented matchups
This commit is contained in:
@@ -99,6 +99,15 @@ if (route.path.startsWith('/tierlist/')) {
|
||||
>
|
||||
Alternatives
|
||||
</h2>
|
||||
<h2
|
||||
:class="
|
||||
'sidebar-link ' + (state == 'matchups' && laneState == i ? 'sidebar-link-selected' : '')
|
||||
"
|
||||
style="margin-top: 10px; font-size: 1.9rem; padding-left: 35px"
|
||||
@click="handleStateChange('matchups', i)"
|
||||
>
|
||||
Matchups
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div v-if="tierlistList == true" style="margin-top: 30px">
|
||||
|
||||
Reference in New Issue
Block a user