blog/layouts/app.vue

8 lines
156 B
Vue
Raw Permalink Normal View History

<script setup lang="ts">
</script>
2024-10-19 22:46:11 +02:00
<template>
<main :class="['size-full min-h-screen bg-zinc-900 font-sans']">
2024-10-20 00:12:23 +02:00
<slot />
</main>
</template>