diff --git a/docs/en/api/route-object.md b/docs/en/api/route-object.md index 70abb4f2c..5835737e0 100644 --- a/docs/en/api/route-object.md +++ b/docs/en/api/route-object.md @@ -87,3 +87,7 @@ The route object can be found in multiple places: - **$route.name** The name of the current route, if it has one. (See [Named Routes](../essentials/named-routes.md)) + +- **$route.redirectedFrom** + + The name of the route being redirected from, if there were one. (See [Redirect and Alias](../essentials/redirect-and-alias.md))