refactor[ScrollBar]: use el-scrollbar (#90)

This commit is contained in:
花裤衩
2018-05-07 14:53:03 +08:00
committed by GitHub
parent 57f011d280
commit f01a1ad7b7
6 changed files with 70 additions and 80 deletions

View File

@@ -16,6 +16,7 @@ const app = {
Cookies.set('sidebarStatus', 0)
}
state.sidebar.opened = !state.sidebar.opened
state.sidebar.withoutAnimation = false
},
CLOSE_SIDEBAR: (state, withoutAnimation) => {
Cookies.set('sidebarStatus', 1)