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