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