personal-site/app.vue
2023-11-09 15:14:37 -07:00

6 lines
88 B
Vue

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