Skip to content

Commit ccdd3b8

Browse files
committed
Fix route hash docs
Closes #1135
1 parent 809fff0 commit ccdd3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api/route-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The route object can be found in multiple places:
5454

5555
- type: `string`
5656

57-
The hash of the current route (without `#`), if it has one. If no hash is present the value will be an empty string.
57+
The hash of the current route (with the `#`), if it has one. If no hash is present the value will be an empty string.
5858

5959
- **$route.fullPath**
6060

0 commit comments

Comments
 (0)