<template>
<div>
<teleport to="#teleports">
<div>Teleport</div>
</teleport>
<h1>Normal content</h1>
</div>
</template>