mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-10 07:10:32 +00:00
#42 mobile navigation was not working properly
This commit is contained in:
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…
Reference in New Issue
Block a user