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

@@ -41,7 +41,7 @@ defineProps({
<template>
<card-with-left-image
:image="'http://localhost:3000/static/' + image"
:image="image"
:link="false"
color-header="primary"
:title="band.name + ' - ' + concert.name"