We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 809fff0 + 161b811 commit 119ec1eCopy full SHA for 119ec1e
docs/en/api/route-object.md
@@ -54,7 +54,7 @@ The route object can be found in multiple places:
54
55
- type: `string`
56
57
- The hash of the current route (without `#`), if it has one. If no hash is present the value will be an empty string.
+ The hash of the current route (with the `#`), if it has one. If no hash is present the value will be an empty string.
58
59
- **$route.fullPath**
60
docs/zh-cn/api/route-object.md
@@ -53,7 +53,7 @@ route object 出现在多个地方:
53
- 类型: `string`
- 当前路由的 hash 值 (不带 `#`) ,如果没有 hash 值,则为空字符串。
+ 当前路由的 hash 值 (带 `#`) ,如果没有 hash 值,则为空字符串。
0 commit comments