bookclub-manager/nuxt/app.vue

14 lines
169 B
Vue

<script lang="ts" setup>
</script>
<template>
<UMain>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</UMain>
<Footer />
<UNotifications />
</template>