1
This commit is contained in:
@@ -52,8 +52,8 @@ export default {
|
||||
},
|
||||
classObj() {
|
||||
return {
|
||||
hideSidebar: !this.sidebar.opened,
|
||||
openSidebar: this.sidebar.opened,
|
||||
hideSidebar: false, // 侧边栏始终展开
|
||||
openSidebar: true, // 侧边栏始终展开
|
||||
withoutAnimation: this.sidebar.withoutAnimation,
|
||||
mobile: this.device === 'mobile'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user