6 lines
139 B
Vue
6 lines
139 B
Vue
<template>
|
|
<div class="min-h-screen flex flex-col justify-center py-12 sm:px-6 lg:px-8 bg-blumilk-25">
|
|
<slot />
|
|
</div>
|
|
</template>
|