diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index 9a1d1853..f4450c4f 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -219,7 +219,7 @@ const y = computed(() => `${Math.round(props.position.y)}px`)
{{ data.label }}
- {x} {y} + {{ x }} {{ y }}
@@ -418,7 +418,7 @@ const y = computed(() => `${Math.round(props.position.y)}px`)
{{ data.label }}
- {x} {y} + {{ x }} {{ y }}