New locationDetailPage displays concert in a location, new datasets, images, URL path changed
This commit is contained in:
@@ -53,6 +53,10 @@ export const useConcertStore = defineStore("concertStore", {
|
||||
await getAllGenres()
|
||||
.then(result => {
|
||||
this.genres = result.data
|
||||
|
||||
this.genres.sort((a, b) => {
|
||||
return a.name > b.name
|
||||
})
|
||||
})
|
||||
|
||||
await getAllCities()
|
||||
|
||||
Reference in New Issue
Block a user