Props set on route contains an extra default key
Hi all
I'm migrating a Vue 3 SSR project to Nuxt and I'm seeing a different behavior when defining the props on a route.
e.g:
When checking the data from the route on Nuxt this is generating
instead of
I do also have a prop where I do props: true but when rendering the route I get a warning saying that the required prop is undefined
Anyone has an idea of what's going on?
Thanks
I'm migrating a Vue 3 SSR project to Nuxt and I'm seeing a different behavior when defining the props on a route.
e.g:
When checking the data from the route on Nuxt this is generating
instead of
I do also have a prop where I do props: true but when rendering the route I get a warning saying that the required prop is undefined
Anyone has an idea of what's going on?
Thanks