13 lines
117 B
Vue
13 lines
117 B
Vue
<template>
|
|
<NuxtPage />
|
|
</template>
|
|
<style>
|
|
html {
|
|
height: 100vh;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style> |