Skip to content

docs: correct template syntax #1797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 30, 2025
Merged

Conversation

wangxiaolong100
Copy link
Contributor

🚀 What's changed?

  • Fix the incorrect Mustache syntax in the example

Fix the incorrect Mustache syntax in the example
Copy link

codesandbox bot commented Mar 13, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Mar 13, 2025

@wangxiaolong100 is attempting to deploy a commit to the Burak Cakmakoglu's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

changeset-bot bot commented Mar 13, 2025

⚠️ No Changeset found

Latest commit: d9bf9e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@bcakmakoglu bcakmakoglu changed the title Update getting-started.md docs: correct template syntax Mar 29, 2025
@bcakmakoglu
Copy link
Owner

Thanks for the PR 👍

@bcakmakoglu bcakmakoglu self-assigned this Mar 29, 2025
@bcakmakoglu bcakmakoglu added the documentation Changes only affect the documentation label Mar 29, 2025
@@ -418,7 +418,7 @@ const y = computed(() => `${Math.round(props.position.y)}px`)
<div>{{ data.label }}</div>

<div>
{x} {y}
{{x}} {{y}}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update these to use proper spacing like {{ x }} {{ y }} instead since that's the norm in Vue? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, I fixed the problem! 😊

@bcakmakoglu bcakmakoglu merged commit 8f5f573 into bcakmakoglu:master Mar 30, 2025
1 of 2 checks passed
@wangxiaolong100 wangxiaolong100 deleted the patch-1 branch March 31, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes only affect the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants