You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/view.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The `<router-view>` element is used as outlets for rendering matched components.
4
4
5
5
- You can pass props to it.
6
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).
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).
8
8
-`v-ref` is also supported; The rendered component will be registered in the parent component's `this.$` object.
0 commit comments