mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
6 lines
111 B
Vue
6 lines
111 B
Vue
<template>
|
|
<div class="w-screen h-dvh bg-base-200 min-w-52 overflow-auto">
|
|
<slot />
|
|
</div>
|
|
</template>
|