You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 你的答案
<script setup>
constmsg="Hello World"
</script>
<template>
<!-- Renders it to a child element of the `body` -->
<Teleportto="body">
<span>{{ msg }}</span>
</Teleport>
</template>