We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905de8d commit 63d903dCopy full SHA for 63d903d
docs/en/api/options.md
@@ -15,7 +15,7 @@
15
redirect?: string | Location | Function;
16
alias?: string | Array<string>;
17
children?: Array<RouteConfig>; // for nested routes
18
- beforeEnter?: (route: Route, redirect: Function, next: Function) => void;
+ beforeEnter?: (to: Route, from: Route, next: Function) => void;
19
meta?: any;
20
}
21
```
0 commit comments