sidebar work in progress

This commit is contained in:
2025-05-11 17:38:02 +02:00
parent 0a1d0f1ca1
commit f88402d04e
3 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<UCard class="[&>*]:p-3">
<slot />
</UCard>
</template>
<style scoped></style>