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 9015fa7 commit 768f6b7Copy full SHA for 768f6b7
docs/en/api/route-object.md
@@ -87,3 +87,7 @@ The route object can be found in multiple places:
87
- **$route.name**
88
89
The name of the current route, if it has one. (See [Named Routes](../essentials/named-routes.md))
90
+
91
+- **$route.redirectedFrom**
92
93
+ The name of the route being redirected from, if there were one. (See [Redirect and Alias](../essentials/redirect-and-alias.md))
0 commit comments