From c78dca8ee29c529f8761cd9ddc1a0b12a9c2470c Mon Sep 17 00:00:00 2001 From: Shika358 Date: Sat, 16 Sep 2017 14:07:25 +0900 Subject: [PATCH] update ja doc pick up from en doc to api/options.md --- docs/ja/api/options.md | 1 + 1 file changed, 1 insertion(+) 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;