Add imprint

This commit is contained in:
2025-08-30 17:56:52 +02:00
parent e763e3adf0
commit 86a66aad37
4 changed files with 135 additions and 0 deletions
+11
View File
@@ -59,6 +59,17 @@ const slugs = computed(() => checkSlug(route.params));
<VaSidebarItemTitle>Home</VaSidebarItemTitle>
</VaSidebarItemContent>
</VaSidebarItem>
<VaSidebarItem
:to="$localePath('/impressum')"
:active="$localePath('/impressum') === route.path"
>
<VaSidebarItemContent>
<VaIcon name="balance" />
<VaSidebarItemTitle>{{
t('page.imprint.title')
}}</VaSidebarItemTitle>
</VaSidebarItemContent>
</VaSidebarItem>
<VaSidebarItem
v-if="slugs?.huntSlug"
:to="$localePath(`/hunt/${sluggy(slugs.huntSlug)}`)"