Skip to content

Commit 9b44fce

Browse files
authored
docs: fixed a translation issue (#2426)
hash character should be translated as 井号 instead of 哈希符号.
1 parent e06b5d7 commit 9b44fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/zh/guide/essentials/history-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const router = createRouter({
2222
})
2323
```
2424

25-
它在内部传递的实际 URL 之前使用了一个哈希字符`#`)。由于这部分 URL 从未被发送到服务器,所以它不需要在服务器层面上进行任何特殊处理。不过,**它在 SEO 中确实有不好的影响**。如果你担心这个问题,可以使用 HTML5 模式。
25+
它在内部传递的实际 URL 之前使用了一个井号`#`)。由于这部分 URL 从未被发送到服务器,所以它不需要在服务器层面上进行任何特殊处理。不过,**它在 SEO 中确实有不好的影响**。如果你担心这个问题,可以使用 HTML5 模式。
2626

2727
## Memory 模式
2828

0 commit comments

Comments
 (0)