Skip to content

13 - DOM传送门 #68

@gastrodia

Description

@gastrodia
// 你的答案
<script setup>
import {Teleport} from 'vue'
const msg = "Hello World"

</script>

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