8 lines
120 B
Vue
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
<template>
<div class="slidev-layout intro">
<div class="my-auto">
<slot />
</div>
</div>
</template>