17 lines
281 B
Markdown
17 lines
281 B
Markdown
---
|
|
layout: page
|
|
|
|
---
|
|
|
|
# Teleport
|
|
|
|
Teleport your nodes to another dom element using Vue 3 [`Teleport`](https://vuejs.org/guide/built-ins/teleport.html).
|
|
|
|
<div class="mt-6">
|
|
<ClientOnly>
|
|
<Suspense>
|
|
<Repl example="teleport"></Repl>
|
|
</Suspense>
|
|
</ClientOnly>
|
|
</div>
|