1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

docs:注释

This commit is contained in:
fengchi 2022-01-10 20:52:23 +08:00
parent d3a2b6b34e
commit 3c7d8b5b41

View File

@ -40,7 +40,7 @@ export default {
needTagsView: state => state.settings.tagsView,
fixedHeader: state => state.settings.fixedHeader
}),
classObj() {
classObj() { //
return {
hideSidebar: !this.sidebar.opened,
openSidebar: this.sidebar.opened,