#42 mobile navigation was not working properly

pull/1/head
Thomas Ballmann 4 years ago
parent afa1cf522b
commit 06cff47545

@ -7,7 +7,8 @@
class="grey darken-3" class="grey darken-3"
dark dark
app app
mobile-breakpoint="sm" :permanent="$vuetify.breakpoint.mdOnly"
:temporary="$vuetify.breakpoint.smAndDown"
:clipped="clipped" :clipped="clipped"
> >
<template <template
@ -230,6 +231,9 @@
computed: { computed: {
...mapState(['stats', 'settings']), ...mapState(['stats', 'settings']),
}, },
created () {
this.drawer = !this.$vuetify.breakpoint.smAndDown
},
} }
</script> </script>

Loading…
Cancel
Save