improve a11y

This commit is contained in:
lesion
2022-02-26 21:19:59 +01:00
parent 229a0ed9c4
commit 9e2ed063b6
5 changed files with 27 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ export default {
try {
await this.$axios.$put(`/event/confirm/${event.id}`)
this.$emit('confirmed', event.id)
this.$root.$message('event.confirmed')
this.$root.$message('event.confirmed', { color: 'success' })
} catch (e) {}
},
async remove (event) {