Skip to content

Commit f7e3b60

Browse files
posvayyx990803
authored andcommitted
1 parent 94e6b89 commit f7e3b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/advanced/navigation-guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ These guards have the exact same signature as global before guards.
6464

6565
### In-Component Guards
6666

67-
Finally, you can directly define route navigation guards inside route components with `beforeRouteEnter` and `beforeRouteLeave`:
67+
Finally, you can directly define route navigation guards inside route components (the ones passed to the router configuration) with `beforeRouteEnter` and `beforeRouteLeave`:
6868

6969
``` js
7070
const Foo = {

0 commit comments

Comments
 (0)