16 lines
180 B
Vue
16 lines
180 B
Vue
<template>
|
|
<Html>
|
|
<Body h-screen>
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</Body>
|
|
</Html>
|
|
</template>
|
|
|
|
<style>
|
|
#__nuxt {
|
|
height: 100%;
|
|
}
|
|
</style>
|