mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-27 04:10:39 +08:00
hide drawer by default only on the mobile device (#93)
hide drawer by default only on the mobile device fixes #48
This commit is contained in:
@@ -120,7 +120,7 @@ let appWrapEl: HTMLElement;
|
||||
},
|
||||
})
|
||||
export default class App extends Vue {
|
||||
drawer = true
|
||||
drawer = !this.phoneLayout
|
||||
drawerOptions = {
|
||||
showLogs: false,
|
||||
showRss: false,
|
||||
|
||||
Reference in New Issue
Block a user