Skip to content

13 - DOM Portal #2171

Open
Open
@cn-2k

Description

@cn-2k
<script setup>

const msg = "Hello World"

</script>

<template>
  <!-- "Teleporting" the <p> tag to a child element from the <body>  -->
  <Teleport to="body"> 
    <p> {{ msg }} </p>
  </Teleport>
</template>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions