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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cn-2k

        Issue actions

          13 - DOM Portal · Issue #2171 · webfansplz/vuejs-challenges