14 lines
153 B
Vue

<template>
<v-app>
<v-main>
<nuxt />
</v-main>
</v-app>
</template>
<style>
html {
overflow-y: auto;
}
</style>