acdh-oeaw / template-app-nuxt

Template repository for Nuxt 3 apps
https://template-app-nuxt.acdh-ch-dev.oeaw.ac.at
MIT License
3 stars 1 forks source link

Remove RouteAnnouncer in favor of NuxtRouteAnnouncer #19

Closed kkukelka closed 2 months ago

kkukelka commented 3 months ago

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.

stefanprobst commented 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?

kkukelka commented 2 months ago

oh sorry, seems like i haven't pulled in a while 😅