Files
leim-tools/app/layouts/public.vue
2025-08-03 19:42:43 +02:00

8 lines
127 B
Vue

<template>
<div
class="wrapper max-h-screen h-full transition-all overflow-y-auto"
>
<slot />
</div>
</template>