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