New page for all concerts
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import { ConcertModel } from '@/data/models/acts/concertModel';
|
||||
import cardWithLeftImage from '../basics/cardViewHorizontal.vue';
|
||||
import { dateStringToHumanReadableString } from '@/scripts/dateTimeScripts';
|
||||
import { EventModel } from '@/data/models/acts/eventModel';
|
||||
import { BandModel } from '@/data/models/acts/bandModel';
|
||||
import { LocationModel } from '@/data/models/locations/locationModel';
|
||||
import { CityModel } from '@/data/models/locations/cityModel';
|
||||
@@ -13,11 +12,6 @@ defineProps({
|
||||
required: true
|
||||
},
|
||||
|
||||
event: {
|
||||
type: EventModel,
|
||||
required: true
|
||||
},
|
||||
|
||||
band: {
|
||||
type: BandModel,
|
||||
required: true
|
||||
@@ -54,7 +48,7 @@ defineProps({
|
||||
:image="'http://localhost:3000/static/' + image"
|
||||
:link="false"
|
||||
color-header="primary"
|
||||
:title="band.name + ' - ' + event.name"
|
||||
:title="band.name + ' - ' + concert.name"
|
||||
>
|
||||
<template #content>
|
||||
<div class="text-caption">
|
||||
|
||||
Reference in New Issue
Block a user