Closed
Description
Version
2.5.13
Reproduction link
https://jsfiddle.net/ybr5s354/15/
Steps to reproduce
- Create event with any modifier
- Create directive and get event instance from vnode.
- Call event (maybe dummy event will required)
What is expected?
Event with and without modifiers return function value
What is actually happening?
Only event without modifier return value.
Events with modifiers always return undefined
Fixed in this PR: #7704