blustin_blieber
What types to use for Typed-Pages and NuxtLink in defineProps
Hi. I have enabled experimental typed-pages and would like to define a component with props that can be passed to <NuxtLink> safely and enforce typed routes.
I define these types:
In my components:
The types autocomplete properly but the app throws errors in vue-tsc with the withDefaults
So my question is, how does one safely use typed routes in components as typescript typings? thank you
6 replies