Files
better-mreso/app/app.vue
T
2026-07-18 12:01:53 +02:00

17 lines
204 B
Vue

<template>
<NuxtLayout>
<NuxtRouteAnnouncer />
<NuxtPage />
</NuxtLayout>
</template>
<style lang="css">
body,
#main,
#__nuxt,
main {
height: 100vh;
margin: 0;
}
</style>