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