chore(docs): cleanup v-model usages

This commit is contained in:
braks
2024-06-13 23:20:32 +02:00
parent 865fe722db
commit 889797e684
9 changed files with 38 additions and 55 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Vue Flow can emit several error types to help diagnose and resolve issues.
<template>
<!-- Ensure the parent container has a width and height -->
<div style="width: 500px; height: 500px">
<VueFlow v-model="elements" />
<VueFlow :nodes="nodes" :edges="edges" />
</div>
</template>
```