8 lines
154 B
Vue
Raw Permalink Normal View History

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