Skip to content

Commit

Permalink
feat(nuxt): set route announcer
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Sep 9, 2024
1 parent f611995 commit 040fac0
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 59 deletions.
14 changes: 9 additions & 5 deletions app/app.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<template>
<NuxtLayout>
<NuxtPage
class="h-full md:p-2 p-4"
/>
<div class="h-full">
<NuxtRouteAnnouncer/>

<NuxtLayout>
<NuxtPage
class="h-full md:p-2 p-4"
/>
</NuxtLayout>

<PrimeVueToast position="bottom-right"/>

<NuxtPwaManifest/>
</NuxtLayout>
</div>
</template>

<script lang="ts" setup>
Expand Down
Loading

0 comments on commit 040fac0

Please sign in to comment.