Refactor NavBar
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { LANE_IMAGES, lanePositionToIndex, POSITIONS_STR } from '~/utils/cdragon';
|
||||
|
||||
defineProps<{
|
||||
championName: string
|
||||
championName?: string
|
||||
championLanes?: Array<LaneData>
|
||||
}>()
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user