feat(a11y): aria announcer (#443)
This commit is contained in:
parent
4b70c6b3e7
commit
8bdc6d40cf
9 changed files with 201 additions and 0 deletions
1
app.vue
1
app.vue
|
@ -12,5 +12,6 @@ const key = computed(() => `${currentUser.value?.server ?? currentServer.value}:
|
|||
<NuxtLayout :key="key">
|
||||
<NuxtPage v-if="isMastoInitialised" />
|
||||
</NuxtLayout>
|
||||
<AriaAnnouncer />
|
||||
<PWAPrompt />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue