Skip to content

Commit dcdee1c

Browse files
committed
targetEl -> delegationTarget
1 parent 1b1d72e commit dcdee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/on.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
? targetVM
2626
: this.binding.compiler.vm,
2727
newHandler = function (e) {
28-
e.targetEl = el
28+
e.delegationTarget = el
2929
e.targetVM = targetVM
3030
context.$event = e
3131
handler.call(context, e)

0 commit comments

Comments
 (0)