Skip to content

Commit 9f55df3

Browse files
committed
translate api/properties.md
1 parent 57b5b99 commit 9f55df3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/ja/api/properties.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Router Instance Properties
1+
# Router インスタンスプロパティ
22

3-
> Only public properties are documented here.
3+
> パブリックなプロパティのみがここに記載されています。
44
55
### `router.app`
66

7-
- type: `Vue`
7+
- : `Vue`
88

9-
The root Vue instance managed by the router instance. This instance is created from the Vue component contructor you passed into `router.start()`.
9+
root Vue インスタンスはルーターインスタンスによって管理されます。このインスタンスは `router.start()` に渡した Vue コンポーネントのコンストラクタから作成されます。
1010

1111
### `router.mode`
1212

13-
- type: `String`
13+
- : `String`
1414

15-
One of `html5`, `hash` or `abstract`.
15+
`html5``hash` または `abstract` のいずれか。
1616

17-
- **`html5`**: uses HTML5 history API and listens to `popstate` events. Supports [`saveScrollPosition`](../options.html#savescrollposition).
17+
- **`html5`**: HTML5 history API を使用し、`popstate`イベントをリッスンします。[`saveScrollPosition`](../options.html#savescrollposition) をサポートします。
1818

19-
- **`hash`**: uses `location.hash` and listens to `hashchange` events. When you specify `history: true` when creating the router, it will fallback into hash mode in browsers that do not support the history API.
19+
- **`hash`**: `location.hash` `hashchange` イベントをリッスンして使用します。ルーターを作成するときに、`history: true` を指定するとき、history API をサポートしていないブラウザでは hash モードにフォールバックします。
2020

21-
- **`abstract`**: does not listen to any events. Will auto-fallback into this mode if `window` is not present.
21+
- **`abstract`**: 全てのイベントをリッスンしません。`window` が存在しない場合、このモードに自動でフォールバックします。

0 commit comments

Comments
 (0)