matched
$route.matched // [ { path : '/users' }, { path : ':userId' }, { path : 'edit' } ]
Contains an array of route records for all nested path segments for the current route.
$route.matched // [ { path : '/users' }, { path : ':userId' }, { path : 'edit' } ]
Contains an array of route records for all nested path segments for the current route.