Skip to content

Commit bbaa198

Browse files
committed
docs(ja): return value for chainable methods (ref da9423e)
1 parent e6acd6b commit bbaa198

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

docs/ja/api/after-each.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ route トランジションが正常に**活性化フェーズに入る**とき
1212

1313
hook 関数は[トランジションオブジェクト](../pipeline/hooks.html#transition-object)な単一の引数を受信します。しかし、route オブジェクトは `to``from` プロパティ のみだけアクセスすることができます。フック後、グローバルではトランジションメソッドを呼び出すことは**できません**
1414

15+
### 戻り値
16+
17+
- router インスタンス自身
18+
1519
###
1620

1721
``` js

docs/ja/api/alias.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
エイリアスマップオブジェクトは `{ fromPath: toPath, ... }` の形にする必要があります。パスは動的セグメントを含むことができます。
1212

13+
### 戻り値
14+
15+
- router インスタンス自身
16+
1317
###
1418

1519
``` js

docs/ja/api/before-each.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
hook 関数は[トランジションオブジェクト](../pipeline/hooks.html#transition-object)な単一の引数を受信します。
1212

13+
### 戻り値
14+
15+
- router インスタンス自身
16+
1317
###
1418

1519
基本

docs/ja/api/map.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ route 設定オブジェクトは2つのフィールドを含むことができ
1616

1717
- `subRoutes`: ここには他のサブ route マップをネストすることができます。`routeRoutes` マップ内の各サブパスついて、ルーターは親パスを追加することによって完全なパスに対してマッチします。マッチしたコンポーネントは親の route コンポーネントの `<router-view>` outlet にレンダリングされます。
1818

19+
### 戻り値
20+
21+
- router インスタンス自身
22+
1923
###
2024

2125
``` js

docs/ja/api/on.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- `path: String` - [Route マッチング](../route.md#route-matching)を参照してください。
88
- `config: Object` - [Route 設定オブジェクト](map.md#route-config-object)を参照してください。
99

10+
### 戻り値
11+
12+
- router インスタンス自身
13+
1014
###
1115

1216
``` js

docs/ja/api/redirect.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
リダイレクトマップオブジェクトは `{ fromPath: toPath, ... }` の形にする必要があります。パスは動的セグメントを含むことができます。
1010

11+
### 戻り値
12+
13+
- router インスタンス自身
14+
1115
###
1216

1317
``` js

0 commit comments

Comments
 (0)