实例 Vue 使用内置的 <component> 元素 is 属性

 
<template>
  <h2>Example Built-in 'is' Attribute</h2>
  <p>The component element below is set to be a component by the use of 'is="child-comp"'.</p>
  <component is="child-comp"></component>
</template>                  

输出结果