Refactor NavBar

This commit is contained in:
2024-12-05 13:21:17 +01:00
parent 387f3f658d
commit 0a5e6cb249
4 changed files with 36 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
import { LANE_IMAGES, lanePositionToIndex, POSITIONS_STR } from '~/utils/cdragon';
defineProps<{
championName: string
championName?: string
championLanes?: Array<LaneData>
}>()
const emit = defineEmits<{