From 3c7d8b5b418f2656c404752980b9572588f91ee7 Mon Sep 17 00:00:00 2001 From: fengchi Date: Mon, 10 Jan 2022 20:52:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 965bcd1b..ab967f93 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -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, From 7ac3f1bc18153902e8991c331c7ceca96337aeb1 Mon Sep 17 00:00:00 2001 From: fengchi Date: Mon, 10 Jan 2022 21:06:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?test:=E6=B5=8B=E8=AF=95=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/index.vue b/src/layout/index.vue index ab967f93..1142fd20 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -52,6 +52,7 @@ export default { methods: { handleClickOutside() { this.$store.dispatch('app/closeSideBar', { withoutAnimation: false }) + console.log({ withoutAnimation: false }) } } }