docs: add dagre layout example

This commit is contained in:
braks
2024-02-03 15:14:53 +01:00
committed by Braks
parent 0bfb5f4046
commit 3220e20c0e
13 changed files with 192 additions and 40 deletions

View File

@@ -56,3 +56,10 @@ function onLayout(direction: string) {
</VueFlow>
</div>
</template>
<style>
.layoutflow {
height: 100%;
width: 100%;
}
</style>