From 633b699c6bfb4bb9c5c91a09c4b084ca213b5a75 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 24 Oct 2023 13:08:43 +0800
Subject: [PATCH] 修改
---
src/layout/components/Sidebar/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 51d0839..19f73d9 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -51,7 +51,7 @@
},
isCollapse() {
return !this.sidebar.opened;
- }
+ },
}
};
</script>
--
Gitblit v1.9.2