Skip to content

Commit

Permalink
docs: fixed a translation issue (#2426)
Browse files Browse the repository at this point in the history
hash character should be translated as 井号 instead of 哈希符号.
  • Loading branch information
Henrize authored Dec 26, 2024
1 parent e06b5d7 commit 9b44fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/zh/guide/essentials/history-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const router = createRouter({
})
```

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

## Memory 模式

Expand Down

0 comments on commit 9b44fce

Please sign in to comment.