portfolio/app/app.vue

6 lines
77 B
Vue

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