Polarcraft/webv2/app.vue
2023-06-04 22:47:48 +02:00

6 lines
132 B
Vue

<template>
<div class="min-h-screen w-full overflow-y-auto bg-gray-100 dark:bg-gray-900">
<NuxtLayout />
</div>
</template>