Finish GenresAdminPanel

This commit is contained in:
2024-11-06 17:55:18 +01:00
parent 80dd2a0ae8
commit 9ec8e382cf
17 changed files with 181 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ defineProps({
<v-carousel-item
v-for="image in band.images"
:src="'http://localhost:3000/static/' + image"
:src="image"
cover
/>
</v-carousel>

View File

@@ -22,7 +22,6 @@ watch(() => router.currentRoute.value.params.name, () => {
</script>
<template>
{{ router.currentRoute.value.params.name }}
<hero-image
:image="bandStore.band.imageMembers"
:logo="bandStore.band.logo"