From 3fb40bd87d78ec390d6a1eb74f5a828bc76f52f0 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Wed, 4 Mar 2026 14:53:11 +0100 Subject: [PATCH] =?UTF-8?q?Erweitere=20die=20Navigation=20um=20einen=20neu?= =?UTF-8?q?en=20Link=20zu=20"Links"=20und=20aktualisiere=20die=20Logik=20z?= =?UTF-8?q?ur=20Bestimmung=20des=20aktuellen=20Submen=C3=BCs,=20um=20die?= =?UTF-8?q?=20neue=20Route=20zu=20ber=C3=BCcksichtigen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Navigation.vue | 19 +++++- pages/links.vue | 122 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+), 2 deletions(-) create mode 100644 pages/links.vue diff --git a/components/Navigation.vue b/components/Navigation.vue index ca54c93..6fcb536 100644 --- a/components/Navigation.vue +++ b/components/Navigation.vue @@ -36,7 +36,7 @@