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.
1 parent b14f7c8 commit 2aff2ecCopy full SHA for 2aff2ec
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