diff --git a/docs/ja/api/options.md b/docs/ja/api/options.md index 5f3e0941b..3a635245c 100644 --- a/docs/ja/api/options.md +++ b/docs/ja/api/options.md @@ -13,6 +13,7 @@ name?: string; // 名前付きルート用 components?: { [name: string]: Component }; // 名前付き view 用 redirect?: string | Location | Function; + props?: boolean | string | Function; alias?: string | Array; children?: Array; // ネストされたルート用 beforeEnter?: (to: Route, from: Route, next: Function) => void;