Files
haex-hub-mirror/src/layouts/default.vue
Martin Drechsel 2c5ec6b281 init commit
2025-04-02 18:54:55 +02:00

6 lines
107 B
Vue

<template>
<div class="w-screen h-screen overflow-scroll bg-base-200">
<slot />
</div>
</template>