Skip to content

Commit 3bb9985

Browse files
committed
docs: add onReady to navigation order
1 parent d4e2ece commit 3bb9985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/advanced/navigation-guards.md

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ beforeRouteLeave (to, from, next) {
167167
7. Call `beforeRouteEnter` in activated components.
168168
8. Call global `beforeResolve` guards.
169169
9. Navigation confirmed.
170+
1. Call global `onReady` hooks (Only during initial navigation).
170171
10. Call global `afterEach` hooks.
171172
11. DOM updates triggered.
172173
12. Call callbacks passed to `next` in `beforeRouteEnter` guards with instantiated instances.

0 commit comments

Comments
 (0)