Skip to content

Commit 942b3ef

Browse files
committed
translate view.md
1 parent 0156c14 commit 942b3ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/ja/view.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `<router-view>`
22

3-
The `<router-view>` element is used as outlets for rendering matched components. It is based upon Vue's dynamic component system, and therefore inherits many features from a normal dyanmic component:
3+
`<router-view>` 要素は、マッチしたコンポーネントをレンダリングするための outlets として使用されます。これは、Vue の動的コンポーネントシステムに基づいており、そしてそれゆえに通常の動的コンポーネントから多くの機能を継承しています:
44

5-
- You can pass props to it.
6-
- HTML content inside the `<router-view>` will be used for content insertion in the rendered component.
7-
- `v-transition` and `transition-mode` are fully supported. Note: for transition effects to work, your route component must not be a [fragment instance](http://vuejs.org/guide/best-practices.html#Fragment_Instance).
8-
- `v-ref` is also supported; The rendered component will be registered in the parent component's `this.$` object.
5+
- props をそれに渡すことができます。
6+
- `<router-view>` 内部の HTML コンテンツはレンダリングされたコンポーネントのコンテンツ挿入のために使用されます。
7+
- `v-transition` `transition-mode` が完全にサポートされています。Note: トランジションエフェクトが機能するために、あなたの route コンポーネントは[フラグメントインスタンス](http://vuejs.org/guide/best-practices.html#Fragment_Instance)であってはいけません。
8+
- `v-ref` もサポートされています。レンダリングされたコンポーネントは、親コンポーネントの `this.$` オブジェクトに登録されます。
99

10-
However, there are also a few limitations:
10+
しかしながら、いくつか制限があります:
1111

12-
- `keep-alive` is not supported as of now.
13-
- `wait-for` is not supported. You should be using the [`activate` transition hook](pipeline/activate.html) to control the timing of the transition.
12+
- `keep-alive` は現在サポートされていません。
13+
- `wait-for` はサポートされていません。トランジションのタイミングを制御するためには [`activate` transition hook](pipeline/activate.html) を使用する必要があります。

0 commit comments

Comments
 (0)