From f9937a94f2d468ddfbff19137df09a76a80371f9 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 24 Dec 2024 10:28:31 +0800 Subject: [PATCH] update --- src/App.vue | 2 +- src/components/ServiceConfigurationActions.vue | 25 ++++++++++++++++++------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index e7a6817..2770e0f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,7 +36,7 @@ const isGuest = ref(false); /** @var {String} */ const password = ref(''); /** @var {Boolean} */ -const isSiderCollapsed = ref(false); +const isSiderCollapsed = ref(true); // on mounted onMounted(mounted); diff --git a/src/components/ServiceConfigurationActions.vue b/src/components/ServiceConfigurationActions.vue index ac39d01..f336348 100644 --- a/src/components/ServiceConfigurationActions.vue +++ b/src/components/ServiceConfigurationActions.vue @@ -1,15 +1,14 @@