pull/3908/merge
chifenglovekele 2024-11-28 00:29:17 +00:00 committed by GitHub
commit 143c9b5ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

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,
@ -52,6 +52,7 @@ export default {
methods: {
handleClickOutside() {
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
console.log({ withoutAnimation: false })
}
}
}