chore(docs): wrap Repl in client only
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
---
|
||||
layout: page
|
||||
|
||||
---
|
||||
|
||||
# Multi Flows
|
||||
|
||||
Vue Flow is not limited to a single instance on a page.
|
||||
@@ -10,9 +5,5 @@ Vue Flow is not limited to a single instance on a page.
|
||||
You can use as many component instances as you like.
|
||||
|
||||
<div class="mt-6">
|
||||
<ClientOnly>
|
||||
<Suspense>
|
||||
<Repl example="multi"></Repl>
|
||||
</Suspense>
|
||||
</ClientOnly>
|
||||
<Repl example="multi"></Repl>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user