Polarcraft/webv2/app.vue
2023-06-07 22:29:57 +02:00

6 lines
115 B
Vue

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