update(examples): Add multi flows example

This commit is contained in:
Braks
2021-10-21 14:55:19 +02:00
parent 712cf3ef66
commit 0a9c1b0717
4 changed files with 47 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
.vue-flow__example-multiflows {
display: flex;
height: 100%;
}
.vue-flow__example-multiflows .vue-flow {
width: 100%;
height: 100%;
}
.vue-flow__example-multiflows .vue-flow:first-child {
border-right: 2px solid #333;
}