Display all bands grouped by genre, create m:n association between Band and Genre in database

This commit is contained in:
2024-09-27 23:25:24 +02:00
parent 513c73c5c1
commit 8d0b141217
29 changed files with 275 additions and 165 deletions

View File

@@ -3,13 +3,6 @@ defineProps({
title: String,
image: String
})
function backgroundStyle(image: string) {
return {
"background-image": 'http://localhost:3000/static/cities/hannover.jpg',
height: `100px`
}
}
</script>
<template>
@@ -29,7 +22,7 @@ function backgroundStyle(image: string) {
<v-spacer />
<v-col class="v-col-auto">
<span class="text-h3" style="color: white;">{{ title }}</span>
<span class="text-h4" style="color: white;">{{ title }}</span>
</v-col>
<v-spacer />
@@ -44,7 +37,7 @@ function backgroundStyle(image: string) {
</v-col>
<v-col class="v-col-auto">
<span class="text-h6">{{ title }}</span>
<span class="text-h4">{{ title }}</span>
</v-col>
<v-col class="d-flex justify-center align-center">