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.

10 lines
182 B
Vue

<template>
<div class="flex w-full flex-col items-center">
<Header />
<div class="flex w-full max-w-3xl flex-col py-8">
<slot name="content" />
</div>
</div>
</template>