Skip to content

13 - DOM传送门 #2055

Open
Open
@ehxie

Description

@ehxie
<script setup>

const msg = "Hello World"

</script>

<template>
  <!-- Renders it to a child element of the `body` -->
  <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

        @ehxie

        Issue actions

          13 - DOM传送门 · Issue #2055 · webfansplz/vuejs-challenges