Skip to content
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

Replace UI v-bind with shorthand #67

Open
rmotitsuki opened this issue Jun 10, 2024 · 0 comments
Open

Replace UI v-bind with shorthand #67

rmotitsuki opened this issue Jun 10, 2024 · 0 comments
Labels
good first issue Good for newcomers priority_low Low priority ui Graphfical User Interface

Comments

@rmotitsuki
Copy link

v-bind directive can be replaced by a shorthand with ":" character.

v-bind documentation

Example:

<!-- bind an attribute -->
<img v-bind:src="imageSrc" />

<!-- shorthand -->
<img :src="imageSrc" />

@rmotitsuki rmotitsuki added good first issue Good for newcomers priority_low Low priority ui Graphfical User Interface labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority_low Low priority ui Graphfical User Interface
Projects
None yet
Development

No branches or pull requests

1 participant