Split band detail page in section files

This commit is contained in:
2024-09-29 18:43:37 +02:00
parent f898c0c5b9
commit 04678f9913
56 changed files with 459 additions and 185 deletions

View File

@@ -9,6 +9,10 @@ defineProps({
smallerTitle: {
type: Boolean,
default: false
},
link: {
type: Boolean,
default: true
}
})
</script>
@@ -16,12 +20,11 @@ defineProps({
<template>
<v-card
variant="tonal"
link
:link="link"
>
<v-img
:src="'http://localhost:3000/static/' + image"
aspect-ratio="1"
style="background-color: aliceblue;"
cover
>
<template #error>