Polarcraft/web/app.vue
2023-05-11 19:46:18 +02:00

6 lines
99 B
Vue

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