mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
9 lines
135 B
Vue
9 lines
135 B
Vue
<template>
|
|
<div>
|
|
<teleport to="body">
|
|
<div>Teleport</div>
|
|
</teleport>
|
|
<h1>Normal content</h1>
|
|
</div>
|
|
</template>
|