routes
$router.routes // [ { path : '/users' }, { path : ':userId' }, { path : 'edit' } ]
Returns an array containing all route records.
$router.routes // [ { path : '/users' }, { path : ':userId' }, { path : 'edit' } ]
Returns an array containing all route records.