From 06cff47545311f9ec20cda73e717406fbc3a0788 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 29 Nov 2020 18:23:21 +0100 Subject: [PATCH] #42 mobile navigation was not working properly --- app/src/layouts/default.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/layouts/default.vue b/app/src/layouts/default.vue index 84504fa..82b6acc 100644 --- a/app/src/layouts/default.vue +++ b/app/src/layouts/default.vue @@ -7,7 +7,8 @@ class="grey darken-3" dark app - mobile-breakpoint="sm" + :permanent="$vuetify.breakpoint.mdOnly" + :temporary="$vuetify.breakpoint.smAndDown" :clipped="clipped" >