forked from mirrors/homebox
6 lines
124 B
Vue
6 lines
124 B
Vue
|
<template>
|
||
|
<main class="w-full min-h-screen bg-blue-100 grid place-items-center">
|
||
|
<slot></slot>
|
||
|
</main>
|
||
|
</template>
|