Skip to content

Commit

Permalink
docs(zh): add more details to resolution flow [skip ci] (#2710)
Browse files Browse the repository at this point in the history
* add more details to resolution flow

* Apply suggestions from code review [skip ci]

Co-authored-by: GU Yiling <justice360@gmail.com>

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: GU Yiling <justice360@gmail.com>
  • Loading branch information
3 people committed Aug 3, 2020
1 parent d2740c1 commit fe41809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/guide/advanced/navigation-guards.md
Expand Up @@ -172,4 +172,4 @@ beforeRouteLeave (to, from, next) {
9. 导航被确认。
10. 调用全局的 `afterEach` 钩子。
11. 触发 DOM 更新。
12. 用创建好的实例调用 `beforeRouteEnter` 守卫中传给 `next` 的回调函数。
12. 调用 `beforeRouteEnter` 守卫中传给 `next` 的回调函数,创建好的组件实例会作为回调函数的参数传入

0 comments on commit fe41809

Please sign in to comment.