1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-05 11:18:42 +08:00

Merge 7ac3f1bc18153902e8991c331c7ceca96337aeb1 into 6858a9ad67483025f6a9432a926beb9327037be3

This commit is contained in:
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

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 })
}
}
}