update app.js
This commit is contained in:
parent
3c84701f51
commit
75dff4a8fa
@ -17,7 +17,8 @@ const mutations = {
|
||||
return false;
|
||||
}
|
||||
state.sidebar.opened = !state.sidebar.opened
|
||||
state.sidebar.withoutAnimation = false
|
||||
state.sidebar.withoutAnimation = true
|
||||
|
||||
if (state.sidebar.opened) {
|
||||
Cookies.set('sidebarStatus', 1)
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user