Matchups: implemented matchups
This commit is contained in:
@@ -185,6 +185,14 @@ function fetchChampionData() {
|
||||
:tree="lane.builds.tree"
|
||||
/>
|
||||
</ClientOnly>
|
||||
<ClientOnly>
|
||||
<LazyMatchupSection
|
||||
v-if="state == 'matchups' && championData.gameCount > 0 && lane?.matchups"
|
||||
style="margin: auto; margin-top: 40px"
|
||||
:matchups="lane.matchups"
|
||||
:champion-id="championId"
|
||||
/>
|
||||
</ClientOnly>
|
||||
<h2
|
||||
v-if="championData.gameCount == 0"
|
||||
style="margin: auto; margin-top: 20px; width: fit-content"
|
||||
|
||||
Reference in New Issue
Block a user