slidev-theme-narduin/layouts/cover.vue

8 lines
127 B
Vue
Raw Permalink Normal View History

2024-12-13 14:30:22 +01:00
<template>
<div class="slidev-layout cover">
<div class="my-auto w-full">
<slot />
</div>
</div>
</template>