mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
set mobile bar to top
This commit is contained in:
parent
bdac695c38
commit
3ba244b48d
1 changed files with 4 additions and 3 deletions
|
@ -89,6 +89,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
search: false,
|
search: false,
|
||||||
|
isMobile: false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -97,9 +98,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isMobile() {
|
// isMobile() {
|
||||||
return this.$vuetify.breakpoint.name === "xs";
|
// return this.$vuetify.breakpoint.name === "xs";
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
navigateFromSearch(slug) {
|
navigateFromSearch(slug) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue