chore(docs): update vueflow config docs

This commit is contained in:
braks
2024-02-03 18:07:46 +01:00
parent da8f82a60b
commit ab568b1913
+4 -10
View File
@@ -446,21 +446,15 @@ const edges = ref([
- Default: `2` - Default: `2`
### default-zoom (optional) ### default-viewport (optional)
- Type: `number` - Type: [`ViewportTransform`](/typedocs/interfaces/ViewportTransform)
- Default: `1` - Default: `{ zoom: 1, position: { x: 0, y: 0 } }`
### default-position (optional)
- Type: `[x: number, y: number]`
- Default: `[0, 0]`
- Details: - Details:
Default viewport position on initial load. The default viewport when the component is mounted.
### translate-extent (optional) ### translate-extent (optional)