You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
176 B
Vue

<template>
<App>
<Header />
<div class="flex w-full max-w-3xl flex-col gap-4">
<slot name="content" />
</div>
</App>
</template>
<script setup lang="ts"></script>