chore(docs): wrap Repl in client only
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
---
|
||||
layout: page
|
||||
|
||||
---
|
||||
# Interaction
|
||||
|
||||
Vue Flow provides options to interact and limit interaction with the viewport and graph.
|
||||
@@ -10,9 +6,5 @@ This includes enabling/disabling zoom-scroll, pan-scroll, dragging etc.
|
||||
In the sandbox below you can find an example showing you how to toggle interaction options.
|
||||
|
||||
<div class="mt-6">
|
||||
<ClientOnly>
|
||||
<Suspense>
|
||||
<Repl example="interaction"></Repl>
|
||||
</Suspense>
|
||||
</ClientOnly>
|
||||
<Repl example="interaction"></Repl>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user