Skip to content

Commit 0c3d760

Browse files
authored
Merge pull request #1052 from anishkny/patch-1
Minor edits
2 parents b14f7c8 + 2aff2ec commit 0c3d760

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/en/api/route-object.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ The route object is immutable. Every successful navigation will result in a fres
66

77
The route object can be found in multiple places:
88

9-
- Inside components as `this.$route`, and obvious inside `$route` watcher callbacks;
9+
- Inside components as `this.$route`
1010

11-
- As the return value of calling `router.match(location)`;
11+
- Inside `$route` watcher callbacks
12+
13+
- As the return value of calling `router.match(location)`
1214

1315
- Inside navigation guards as the first two arguments:
1416

0 commit comments

Comments
 (0)