-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Describe the problem
When the name of event handler and event itself is same:
<Component on:changeNum={changeNum} />
Describe the proposed solution
Is nice to have a shorthand:
<Component on: {changeNum} />
<domElem on: {click} />
Alternatives considered
ver: 3.44.3
Importance
nice to have