Skip to content

Dynamic arguments with upper case doesn't work #2256

@mmiyahara

Description

@mmiyahara

Dynamic arguments will not work when being specified by a data property with upper case.
Ref: Dynamic arguments upper case problem · Issue #9528 · vuejs/vue

In the example of Dynamic Arguments below, however, the name of the data property is attibuteName and eventName.
Ref: Template Syntax — Vue.js

I know that there is a description at Dynamic Argument Expression Constraints section saying that using uppercase keys should be avoided, but it's still confusing that the example with attibuteName and eventName don't work.

I think we can change the name of the data property from attributeName to attribute and from eventName to event. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions