From 3ba244b48dbb1d416056441a2f6576acb2ced433 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Fri, 2 Apr 2021 21:54:23 -0800 Subject: [PATCH] set mobile bar to top --- frontend/src/components/UI/TheAppBar.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/UI/TheAppBar.vue b/frontend/src/components/UI/TheAppBar.vue index bae7c89e9..1c556feb6 100644 --- a/frontend/src/components/UI/TheAppBar.vue +++ b/frontend/src/components/UI/TheAppBar.vue @@ -89,6 +89,7 @@ export default { data() { return { search: false, + isMobile: false, }; }, watch: { @@ -97,9 +98,9 @@ export default { }, }, computed: { - isMobile() { - return this.$vuetify.breakpoint.name === "xs"; - }, + // isMobile() { + // return this.$vuetify.breakpoint.name === "xs"; + // }, }, methods: { navigateFromSearch(slug) {