We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14f7c8 + 2aff2ec commit 0c3d760Copy full SHA for 0c3d760
docs/en/api/route-object.md
@@ -6,9 +6,11 @@ The route object is immutable. Every successful navigation will result in a fres
6
7
The route object can be found in multiple places:
8
9
-- Inside components as `this.$route`, and obvious inside `$route` watcher callbacks;
+- Inside components as `this.$route`
10
11
-- As the return value of calling `router.match(location)`;
+- Inside `$route` watcher callbacks
12
+
13
+- As the return value of calling `router.match(location)`
14
15
- Inside navigation guards as the first two arguments:
16
0 commit comments