Skip to content

Commit d2aa552

Browse files
shika358kazupon
authored andcommitted
update ja doc (vuejs#1743)
pick up from en doc to api/options.md
1 parent 36b1385 commit d2aa552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ja/api/options.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
name?: string; // 名前付きルート用
1414
components?: { [name: string]: Component }; // 名前付き view 用
1515
redirect?: string | Location | Function;
16+
props?: boolean | string | Function;
1617
alias?: string | Array<string>;
1718
children?: Array<RouteConfig>; // ネストされたルート用
1819
beforeEnter?: (to: Route, from: Route, next: Function) => void;

0 commit comments

Comments
 (0)