mirror of
https://github.com/versia-pub/blog.git
synced 2025-12-06 08:48:18 +01:00
8 lines
156 B
Vue
8 lines
156 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<main :class="['size-full min-h-screen bg-zinc-900 font-sans']">
|
|
<slot />
|
|
</main>
|
|
</template> |