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 @@