public/app.vue
2023-02-25 12:33:30 -05:00

6 lines
71 B
Vue

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