This commit is contained in:
lesion 2022-11-24 17:30:55 +01:00
parent 8285d6f2f6
commit 2f5ecc7078
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -39,7 +39,7 @@ v-container#event.pa-0.pa-sm-2
v-divider
//- info & actions
v-list(dense nav)
v-list-group(:append-icon='mdiChevronUp' :value='!!$vuetify.breakpoint.smAndUp')
v-list-group(:append-icon='mdiChevronUp' :value='true')
template(v-slot:activator)
v-list-item.text-overline Actions
@ -370,3 +370,5 @@ export default {
}
}
</script>