literate-couscous

View the Project on GitHub posva/literate-couscous

Home > vue-router > RouteLocationNormalizedLoaded

RouteLocationNormalizedLoaded interface

RouteLocationRaw with

Signature:

export interface RouteLocationNormalizedLoaded extends _RouteLocationBase 

Properties

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