literate-couscous

View the Project on GitHub posva/literate-couscous

Home > vue-router > RouteLocationNormalizedLoaded > matched

RouteLocationNormalizedLoaded.matched property

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[];