Skip to content

13 - DOM传送门 #2301

Open
Open
@RanGuMo

Description

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

<template>
  <!-- 使用 teleport 将内容渲染到 body 的子元素中 -->
  <teleport to="body">
    <span>{{ msg }}</span>
  </teleport>
</template>

Activity

shenrui1

shenrui1 commented on Jan 6, 2024

@shenrui1

finished

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

        @shenrui1@RanGuMo

        Issue actions

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