Added tierlistList on tier list x(
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
defineProps<{
|
||||
championName?: string
|
||||
championLanes?: Array<LaneData>
|
||||
tierlistList?: boolean
|
||||
}>()
|
||||
const emit = defineEmits<{
|
||||
stateChange: [state: string, lane: number]
|
||||
@@ -11,7 +12,8 @@ const emit = defineEmits<{
|
||||
|
||||
<template>
|
||||
<NavSideBar :champion-name="championName"
|
||||
:champion-lanes="championLanes"
|
||||
:champion-lanes="championLanes"
|
||||
:tierlist-list="tierlistList"
|
||||
@state-change="(s, l) => emit('stateChange', s, l)"/>
|
||||
<NavBottomBar :champion-name="championName"
|
||||
:champion-lanes="championLanes"
|
||||
|
||||
Reference in New Issue
Block a user