docs: add teleport example

This commit is contained in:
bcakmakoglu
2022-05-27 23:36:01 +02:00
committed by Braks
parent 0d35f1c7e3
commit d9e7c7a0b0
7 changed files with 155 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
pageClass: examples
---
# Teleport
Teleport your nodes to another dom element using Vue 3 [`Teleport`](https://vuejs.org/guide/built-ins/teleport.html).
<div class="mt-6">
<client-only>
<Suspense>
<Repl example="teleport"></Repl>
</Suspense>
</client-only>
</div>