chore(docs): wrap Repl in client only
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
|
||||
---
|
||||
# Intersection
|
||||
|
||||
Vue Flow provides utils to find intersections of nodes with other nodes (or a given area).
|
||||
|
||||
<div class="mt-6">
|
||||
<ClientOnly>
|
||||
<Suspense>
|
||||
<Repl example="intersection"></Repl>
|
||||
</Suspense>
|
||||
</ClientOnly>
|
||||
<Repl example="intersection"></Repl>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user