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
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:
-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 コンテンツはレンダリングされたコンポーネントのコンテンツ挿入のために使用されます。
0 commit comments