component
-
Attributes:
is
-
Param Attributes:
-
Usage:
Alternative syntax for invoking components. Primarily used for dynamic components with the
is
attribute:<!-- a dynamic component controlled by --> <!-- the `componentId` property on the vm --> <component :is="componentId"></component>
-
See also: Dynamic Components
Please login to continue.