augsburg-mosaic/app.vue
2023-11-01 20:27:34 +01:00

13 lines
117 B
Vue

<template>
<NuxtPage />
</template>
<style>
html {
height: 100vh;
}
body {
margin: 0;
padding: 0;
}
</style>