typedPages not providing types
I've added the following to my nuxt config:
And I've tried both explicitly stating the page (screenshot) as well as not, and am not getting type information within the
useRoute
composable.
This is in reference to https://nuxt.com/blog/v3-5#fully-typed-pages.2 Replies