2026-05-31 13:54:31 +02:00

8 lines
153 B
Vue

<template>
<div class="slidev-layout section w-full h-full grid">
<div class="my-auto text-center">
<slot />
</div>
</div>
</template>