1
0
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:
AkiraFukushima 2018-03-30 00:18:32 +09:00
parent 64a34af860
commit eaff1e097c

View File

@ -1,7 +1,8 @@
const SideBar = {
namespaced: true,
state: {
openSideBar: true
openSideBar: false
},
mutations: {
changeOpenSideBar (state, value) {