vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.87k stars 546 forks source link

Make original event context available inside the events #289

Closed thisYogesh closed 3 years ago

thisYogesh commented 3 years ago

Summary

Links


Important: Do NOT comment on this PR. Please use the discussion thread linked above to provide feedback, as it provides branched discussions that are easier to follow. This also makes the edit history of the PR clearer.

thisYogesh commented 3 years ago

Closing this PR, there we have $event.currentTarget. Thanks @jods4 to pointing out that!