Nuxt content and nested route active links
I'm trying to use the document driven mode workaround with NuxtContent v3 with the catch all route
I'm running into an issue with the router active class not being added to nested pages however. It seems nested vue router pages are not being created for nested pages in the
Is there a way around that without having to define the nested routes in the
[...slug].vue (https://content.nuxt.com/docs/getting-started/migration#implement-document-driven-mode-in-v3)I'm running into an issue with the router active class not being added to nested pages however. It seems nested vue router pages are not being created for nested pages in the
content directory.Is there a way around that without having to define the nested routes in the
pages directly as well?
