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