vue-router / RouteLocationNormalizedLoaded
RouteLocationNormalizedLoaded<Name>
ts
type RouteLocationNormalizedLoaded<Name> = RouteMapGeneric extends RouteMap ? RouteLocationNormalizedLoadedGeneric : RouteLocationNormalizedLoadedTypedList<RouteMap>[Name];
Similar to RouteLocationNormalized but its components
do not contain any function to lazy load components. In other words, it's ready to be rendered by <RouterView>
.