set mobile bar to top

This commit is contained in:
hay-kot 2021-04-02 21:54:23 -08:00
commit 3ba244b48d

View file

@ -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) {