Closed
Description
Version
3.1.3
Reproduction link
https://router.vuejs.org/guide/essentials/redirect-and-alias.html#redirect
Steps to reproduce
Navigate to https://router.vuejs.org/guide/essentials/redirect-and-alias.html#redirect and read the note:
Note that Navigation Guards are not applied on the route that redirects, only on its target. In the example below, adding a beforeEnter or beforeLeave guard to the /a route would not have any effect.
What is expected?
beforeLeave
should not be mentioned as it's not implemented for a RouteConfig
yet
See https://router.vuejs.org/api/#router-construction-options
What is actually happening?
beforeLeave
is in docs
Metadata
Metadata
Assignees
Labels
No labels