Skip to content

Commit 922d769

Browse files
yionrJinjiang
andauthored
docs(cn): translate Global navigation failures section of Waiting for the result of a Navigation Chapter into Chinese (#2093)
* Update navigation-failures.md * chore: update checkpoint * Update packages/docs/zh/guide/advanced/navigation-failures.md Co-authored-by: Jinjiang <[email protected]> * Revert "chore: update checkpoint" This reverts commit ec787ac. --------- Co-authored-by: Jinjiang <[email protected]>
1 parent 382025a commit 922d769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/zh/guide/advanced/navigation-failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ if (isNavigationFailure(failure, NavigationFailureType.aborted)) {
6464

6565
<!-- TODO: translation -->
6666

67-
## Global navigation failures
67+
## 全局导航故障
6868

69-
You can detect global navigation failures globally by using the [`router.afterEach()` navigation guard](./navigation-guards.md#Global-After-Hooks):
69+
你可以用 [`router.afterEach()` 导航守卫](./navigation-guards.md#Global-After-Hooks)检测全局导航故障:
7070

7171
```ts
7272
router.afterEach((to, from, failure) => {

0 commit comments

Comments
 (0)