UNPKG

141 BJavaScriptView Raw
1export function getListeners(context) {
2 return (context.$vnode ? context.$vnode.componentOptions.listeners : context.$listeners) || {};
3}
\No newline at end of file