-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
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
Labels
No labels