Home > vue-router > RouteLocationNormalizedLoaded
RouteLocationRaw with
Signature:
export interface RouteLocationNormalizedLoaded extends _RouteLocationBase
| Property | Type | Description |
|---|---|---|
| matched | RouteLocationMatched[] |
Array of RouteLocationMatched containing only plain components (any lazy-loaded components have been loaded and were replaced inside of the components object) so it can be directly used to display routes. It cannot contain redirect records either |