#42 wrong menu behaviours on mobile

pull/1/head
Thomas Ballmann 4 years ago
parent 129b052b8b
commit 7b5621a441

@ -7,6 +7,7 @@
class="grey darken-3"
dark
app
:temporary="temporary"
mobile-breakpoint="sm"
_mini-variant-width="150"
_mini-variant
@ -224,6 +225,9 @@
}),
computed: {
...mapState(['stats', 'settings']),
temporary () {
return this.smAndDown
},
},
}
</script>

Loading…
Cancel
Save