We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b1385 commit d2aa552Copy full SHA for d2aa552
docs/ja/api/options.md
@@ -13,6 +13,7 @@
13
name?: string; // 名前付きルート用
14
components?: { [name: string]: Component }; // 名前付き view 用
15
redirect?: string | Location | Function;
16
+ props?: boolean | string | Function;
17
alias?: string | Array<string>;
18
children?: Array<RouteConfig>; // ネストされたルート用
19
beforeEnter?: (to: Route, from: Route, next: Function) => void;
0 commit comments