Split concertsPage

This commit is contained in:
2024-11-03 17:38:14 +01:00
parent 8da0f01699
commit 3359400494
3 changed files with 53 additions and 37 deletions

View File

@@ -8,6 +8,8 @@ import { useGenreStore } from '@/stores/genre.store';
const bandStore = useBandStore()
const genreStore = useGenreStore()
genreStore.getGenres()
function itemProps(item: GenreModel) {
return {
title: item.name