props
$route.props // { propKey : 'propValue' }
If the matched route has a props
property, this will be an object containing the prop values. If props
was a function, this will contain the resolved value of that function.
When used in a component, the $route.props
values will be passed into the component as props.