15 lines
156 B
Vue
15 lines
156 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<NuxtPage />
|
|
</template>
|
|
|
|
<style>
|
|
body, #__nuxt {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
margin: 0;
|
|
}
|
|
</style>
|