bananarchist-site/app.vue

8 lines
93 B
Vue

<template>
<div>
<NuxtLayout>
<NuxtPage/>
</NuxtLayout>
</div>
</template>