Finish GenresAdminPanel
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user