Skip to content

Commit 2930d52

Browse files
chenfengjw163kazupon
authored andcommitted
Update navigation-guards.md (#1823)
1 parent 0039fa4 commit 2930d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh-cn/advanced/navigation-guards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ beforeRouteEnter (to, from, next) {
120120
### 完整的导航解析流程
121121

122122
1. 导航被触发。
123-
2. 在失活的组建里调用离开守卫
123+
2. 在失活的组件里调用离开守卫
124124
3. 调用全局的 `beforeEach` 守卫。
125125
4. 在重用的组件里调用 `beforeRouteUpdate` 守卫 (2.2+)。
126126
5. 在路由配置里调用 `beforeEnter`

0 commit comments

Comments
 (0)