Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ygs-code/vue
/ trigger
Function
trigger
vue.js:11769–11773 ·
view source on GitHub ↗
(el, type)
Source
from the content-addressed store, hash-verified
11767
}
11768
11769
function
trigger(el,
type
) {
11770
var
e = document.createEvent(
'HTMLEvents'
);
11771
e.initEvent(
type
, true, true);
11772
el.dispatchEvent(e);
11773
}
11774
11775
/* */
11776
Callers
2
vue.js
File · 0.85
onCompositionEnd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected