personal-site/app.vue

8 lines
115 B
Vue
Raw Permalink Normal View History

2023-11-01 18:58:34 +00:00
<template>
<NuxtLoadingIndicator />
2023-11-09 22:14:37 +00:00
<Background />
2023-11-01 20:31:43 +00:00
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
2023-11-01 18:58:34 +00:00
</template>