From 33e9ca7cf135deacf9fc3a66df1488c7df6ccb9e Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 23 May 2026 10:45:28 +0200 Subject: [PATCH] Add check whether there is a sidebar component in the base layout --- src/layouts/BaseLayout.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/layouts/BaseLayout.vue b/src/layouts/BaseLayout.vue index cebf224..98cbac6 100644 --- a/src/layouts/BaseLayout.vue +++ b/src/layouts/BaseLayout.vue @@ -1,10 +1,19 @@