Skip to content

A short syntax for v-bind .prop modifier #7582

Closed
@trusktr

Description

@trusktr

What problem does this feature solve?

Make things shorter and easier to write.

What does the proposed API look like?

:foo="bar" is a syntax shortcut for v-bind:foo="bar".

Similarly, .foo="bar" would be a nice shortcut for :foo.prop="bar" (and the leading . even makes sense!).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions