hash
$route.hash // '#my-id'
If the path contains a hash, this will return the hash part, with the #. Otherwise it will be an empty string.
$route.hash // '#my-id'
If the path contains a hash, this will return the hash part, with the #. Otherwise it will be an empty string.