返回 slidev
end.vue
根目录 / packages / client / layouts / end.vue
1 <template>
2 <div class="slidev-layout end">
3 <slot>END</slot>
4 </div>
5 </template>
6
7 <style scoped lang="postcss">
8 .slidev-layout.end {
9 @apply text-white text-opacity-85 text-xl tracking-widest bg-black h-full text-center grid place-content-center select-none;
10 }
11 </style>
12
12 lines Plain Text