mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-10 07:10:32 +00:00
#42 wrong menu behaviours on mobile
This commit is contained in:
parent
129b052b8b
commit
7b5621a441
@ -7,6 +7,7 @@
|
|||||||
class="grey darken-3"
|
class="grey darken-3"
|
||||||
dark
|
dark
|
||||||
app
|
app
|
||||||
|
:temporary="temporary"
|
||||||
mobile-breakpoint="sm"
|
mobile-breakpoint="sm"
|
||||||
_mini-variant-width="150"
|
_mini-variant-width="150"
|
||||||
_mini-variant
|
_mini-variant
|
||||||
@ -224,6 +225,9 @@
|
|||||||
}),
|
}),
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['stats', 'settings']),
|
...mapState(['stats', 'settings']),
|
||||||
|
temporary () {
|
||||||
|
return this.smAndDown
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user