Closed kkukelka closed 2 months ago
i think this was completed already in https://github.com/acdh-oeaw/template-app-nuxt/commit/e489568fcd49ab807dcdf1f95215e4acd7ac766c and https://github.com/acdh-oeaw/template-app-nuxt/commit/9be8ed824f1f7414514ffea75612e794b2601f6e - anything missing?
oh sorry, seems like i haven't pulled in a while 😅
I believe Nuxt's built-in NuxtRouteAnnouncer component should essentially accomplish the same thing as the current
route-announcer.vue
component. To avoid the overhead I'd suggest to replace it. I can open a PR if you want.