8 lines
153 B
Vue
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
<template>
<div class="slidev-layout section w-full h-full grid">
<div class="my-auto text-center">
<slot />
</div>
</div>
</template>