UI Bugfixes

This commit is contained in:
2024-10-10 19:23:13 +02:00
parent 913e067ad2
commit 49b436d588
11 changed files with 94 additions and 50 deletions

View File

@@ -65,8 +65,9 @@ getLocation(String(router.currentRoute.value.params.locationName))
<concert-list-item
:date="concert.date"
:title="concert.event.name"
:in-stock="concert.inStock"
:price="concert.price"
@click="() => router.push('/bands/' + concert.event.bandName.replaceAll(' ', '-').toLowerCase())"
:onClick="() => router.push('/bands/' + concert.event.bandName.replaceAll(' ', '-').toLowerCase())"
>
<template #description>
{{ concert.event.bandName }}