mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-26 08:00:48 +08:00
Merge pull request #232 from nagisa77/codex/fix-mobile-menu-not-appearing-by-default
Fix mobile menu display
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
name: 'App',
|
||||
components: { HeaderComponent, MenuComponent },
|
||||
data() {
|
||||
return { menuVisible: true }
|
||||
return { menuVisible: window.innerWidth > 768 }
|
||||
},
|
||||
computed: {
|
||||
hideMenu() {
|
||||
|
||||
Reference in New Issue
Block a user