Skip to content

13 - DOM Portal #2123

Open
Open
@jeanpierrecarvalho

Description

@jeanpierrecarvalho
<script setup>
const msg = "Hello World"
</script>

<template>
  <Teleport to="body">
    <span>{{ msg }}</span>
  </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

        @jeanpierrecarvalho

        Issue actions

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