chore(docs): wrap Repl in client only

This commit is contained in:
braks
2022-11-13 19:13:43 +01:00
committed by Braks
parent cd03034bdb
commit 33403776dc
26 changed files with 163 additions and 317 deletions
+1 -10
View File
@@ -1,17 +1,8 @@
---
layout: page
---
# Transition
Vue Flow allows you to use transitions while zooming and panning around the Viewport.
This example shows you how to use these transitions to animate actions on your graph.
<div class="mt-6">
<ClientOnly>
<Suspense>
<Repl example="transition"></Repl>
</Suspense>
</ClientOnly>
<Repl example="transition"></Repl>
</div>