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,8 +1,3 @@
---
layout: page
---
# Basic
This is a basic example to help you familiarize with the basic features of Vue Flow.
@@ -11,9 +6,5 @@ On the bottom left you see the viewport-controls and on the bottom right the min
You can also see the built-in node (default, input, output) and edge (bezier, straight, step, smoothstep) types.
<div class="mt-6">
<ClientOnly>
<Suspense>
<Repl example="basic"></Repl>
</Suspense>
</ClientOnly>
<Repl example="basic"></Repl>
</div>