Files
ghostwriter/app/app.vue
2025-04-07 12:59:20 +03:00

9 lines
162 B
Vue

<template>
<NuxtRouteAnnouncer />
<UApp :toaster="{ position: 'bottom-center' }">
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</UApp>
</template>