#42 mobile navigation was not working properly

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

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

Loading…
Cancel
Save