Polarcraft/webv2/app.vue

6 lines
132 B
Vue
Raw Normal View History

2023-06-01 22:06:11 +02:00
<template>
2023-06-04 22:47:48 +02:00
<div class="min-h-screen w-full overflow-y-auto bg-gray-100 dark:bg-gray-900">
<NuxtLayout />
2023-06-01 22:06:11 +02:00
</div>
</template>