friends-best/app.vue
Louis Hollingworth f1c76c22a7
Added basic nuxt stuff
Added index, translations (not currently working), and removed further unnecessary stuff
2022-05-21 21:03:12 +01:00

6 lines
57 B
Vue

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