Home > vue-router > RouteLocationNormalizedLoaded > matched
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
Signature:
matched: RouteLocationMatched[];