mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-11 08:24:58 +01:00
refs #116 Hide side bar in the default
This commit is contained in:
parent
64a34af860
commit
eaff1e097c
@ -1,7 +1,8 @@
|
||||
|
||||
const SideBar = {
|
||||
namespaced: true,
|
||||
state: {
|
||||
openSideBar: true
|
||||
openSideBar: false
|
||||
},
|
||||
mutations: {
|
||||
changeOpenSideBar (state, value) {
|
||||
|
Loading…
Reference in New Issue
Block a user