Update webapp/layouts/default.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-10-27 08:56:43 +02:00 committed by GitHub
parent 15561cb94f
commit ac8490eb95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export default {
computed: {
showMobileMenu() {
if (!this.windowWidth) return false
return this.windowWidth < this.maxMobileWidth
return this.windowWidth <= this.maxMobileWidth
},
},
mounted() {