does it support for using vue-flow component as a node to make nested vue-flow #1340
Replies: 1 comment
-
I recommend not attempting this. <VueFlow>
<template #node-flow="props">
<div>
<VueFlow>
... What you can do is move the "nested" flow outside the tree of the other flow, i.e. this does work <VueFlow>
<template #node-flow="props">
<Teleport to="body">
<div>
<VueFlow>
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
as above, does the vue-flow lib support for using vue-flow component as a node, then drag it into the dropzone to make nested vue-flow chart?
Beta Was this translation helpful? Give feedback.
All reactions