Changed to new Layout System

This commit is contained in:
2024-02-23 22:34:39 +01:00
parent 0d86e4c4f9
commit 3924fd79d2
10 changed files with 260 additions and 204 deletions

View File

@@ -66,7 +66,7 @@ const filteredCategories = computed(() => {
<template>
<UDashboardSlideover v-model="isHelpSlideoverOpen">
<template #title>
<!-- <template #title>
<UButton
v-if="shortcuts"
color="gray"
@@ -102,6 +102,6 @@ const filteredCategories = computed(() => {
</div>
<div v-else class="flex flex-col gap-y-3">
<UButton v-for="(link, index) in links" :key="index" color="white" v-bind="link" />
</div>
</div>-->
</UDashboardSlideover>
</template>