Skip to content

Commit fe41809

Browse files
pot-codeposvaJustineo
authored
docs(zh): add more details to resolution flow [skip ci] (#2710)
* add more details to resolution flow * Apply suggestions from code review [skip ci] Co-authored-by: GU Yiling <[email protected]> Co-authored-by: Eduardo San Martin Morote <[email protected]> Co-authored-by: GU Yiling <[email protected]>
1 parent d2740c1 commit fe41809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/advanced/navigation-guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ beforeRouteLeave (to, from, next) {
172172
9. 导航被确认。
173173
10. 调用全局的 `afterEach` 钩子。
174174
11. 触发 DOM 更新。
175-
12. 用创建好的实例调用 `beforeRouteEnter` 守卫中传给 `next` 的回调函数。
175+
12. 调用 `beforeRouteEnter` 守卫中传给 `next` 的回调函数,创建好的组件实例会作为回调函数的参数传入

0 commit comments

Comments
 (0)