Get your own Vue server Result Size: 625 x 565
App.vue
ChildComp.vue
main.js
 
<template>
  <h2>Example Built-in 'is' Attribute</h2>
  <p>The IMG tag below is set to be replaced by a component by the use of 'is="vue:child-comp"'.</p>
  <img is="vue:child-comp" />
</template>                  
http://localhost:5173/