Skip to content

Commit 7e36b42

Browse files
leptureyyx990803
authored andcommitted
Fix Fragment Instance links in documents
1 parent 07ec967 commit 7e36b42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `<router-view>` element is used as outlets for rendering matched components.
44

55
- You can pass props to it.
66
- 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).
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/components.html#Fragment_Instance).
88
- `v-ref` is also supported; The rendered component will be registered in the parent component's `this.$` object.
99

1010
However, there are also a few limitations:

docs/ja/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- props をそれに渡すことができます。
66
- `<router-view>` 内部の HTML コンテンツはレンダリングされたコンポーネントのコンテンツ挿入のために使用されます。
7-
- `v-transition``transition-mode` が完全にサポートされています。Note: トランジションエフェクトが機能するために、あなたの route コンポーネントは[フラグメントインスタンス](http://vuejs.org/guide/best-practices.html#Fragment_Instance)であってはいけません。
7+
- `v-transition``transition-mode` が完全にサポートされています。Note: トランジションエフェクトが機能するために、あなたの route コンポーネントは[フラグメントインスタンス](http://vuejs.org/guide/components.html#Fragment_Instance)であってはいけません。
88
- `v-ref` もサポートされています。レンダリングされたコンポーネントは、親コンポーネントの `this.$` オブジェクトに登録されます。
99

1010
しかしながら、いくつか制限があります:

docs/zh-cn/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- 你可以传递 props。
66
- `<router-view>` 中的 HTML 内容会被插入到相应组件的内容插入点(由 content 指定)。
7-
- `v-transition``transition-mode` 的完整支持。注意:为了场景切换效果能正常工作,路由组件必须是一个[片段实例](http://vuejs.org/guide/best-practices.html#Fragment_Instance).
7+
- `v-transition``transition-mode` 的完整支持。注意:为了场景切换效果能正常工作,路由组件必须是一个[片段实例](http://vuejs.org/guide/components.html#Fragment_Instance)
88
- `v-ref` 也得到支持;被渲染的组件会注册到父级组件的 `this.$` 对象。
99

1010
然而,它也有一些限制

0 commit comments

Comments
 (0)