Allow alternative build exploration on desktop :) (fix #7)
This commit is contained in:
@@ -48,6 +48,9 @@ function updateState(newState : string, newLane : number) {
|
||||
<ItemViewer v-if="state == 'items' && championData.gameCount > 0"
|
||||
style="margin:auto; margin-top: 40px;"
|
||||
:builds="lane.builds!!" />
|
||||
<ItemTree v-if="state == 'alternatives' && championData.gameCount > 0"
|
||||
style="margin: auto; margin-top: 40px; width: fit-content;"
|
||||
:tree="lane.builds!!.tree" />
|
||||
<h2 v-if="championData.gameCount == 0"
|
||||
style="margin: auto; margin-top: 20px; width: fit-content;">
|
||||
Sorry, there is no data for this champion :(
|
||||
|
||||
Reference in New Issue
Block a user