We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606b6d6 commit 8f5f573Copy full SHA for 8f5f573
docs/src/guide/getting-started.md
@@ -219,7 +219,7 @@ const y = computed(() => `${Math.round(props.position.y)}px`)
219
<div>{{ data.label }}</div>
220
221
<div>
222
- {x} {y}
+ {{ x }} {{ y }}
223
</div>
224
225
<Handle type="source" :position="Position.Bottom" />
@@ -418,7 +418,7 @@ const y = computed(() => `${Math.round(props.position.y)}px`)
418
419
420
421
422
423
424
0 commit comments