docs: add teleport example
This commit is contained in:
@@ -115,6 +115,7 @@ export default defineUserConfig<DefaultThemeOptions>({
|
||||
'/examples/interaction',
|
||||
'/examples/multi',
|
||||
'/examples/horizontal',
|
||||
'/examples/teleport',
|
||||
'/examples/pinia',
|
||||
'/examples/stress',
|
||||
],
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user