makes dialog use fullscreen on mobile

This commit is contained in:
lesion
2021-12-02 11:14:53 +01:00
parent 88c9d48431
commit 3b8b8d45ec
12 changed files with 13 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
v-card-title {{$t('common.places')}}
v-card-subtitle(v-html="$t('admin.place_description')")
v-dialog(v-model='dialog' width='600')
v-dialog(v-model='dialog' width='600' :fullscreen='$vuetify.breakpoint.xsOnly')
v-card(color='secondary')
v-card-title {{$t('admin.edit_place')}}
v-card-text