Documentation, upgrade version

This commit is contained in:
2025-01-16 10:23:17 +01:00
parent 4c31ccd021
commit 98f8e0b79b
3 changed files with 28 additions and 9 deletions

View File

@@ -95,13 +95,5 @@ export const useConcertStore = defineStore("concertStore", {
this.concert = new ConcertDetailsApiModel()
this.showEditDialog = true
},
editConcert(concert: ConcertModel) {
// todo
},
async deleteConcert(item: ConcertModel) {
// todo
}
}
})