NuxtLink `to` prop includes file names instead of paths
I'm new to Nuxt and confused by what I'm seeing when I add a basic
Is this a known limitation/issue, or is there something I may need to configure so the type is generated from all available route paths?
NuxtLink. I was expecting to see the list of route paths in the to prop but instead I'm seeing file names. This becomes a bit trickier if I use route groups, as the file name will contain a segment that isn't part of the path. It's easy enough to ignore autocomplete and just add the expected path, but it seems like the type may not be generated as intended.Is this a known limitation/issue, or is there something I may need to configure so the type is generated from all available route paths?
