MCPcopy Create free account
hub / github.com/TruthHun/BookStack / initEvents

Function initEvents

static/vuejs/vue.js:1813–1821  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

1811/* */
1812
1813function initEvents (vm) {
1814 vm._events = Object.create(null);
1815 vm._hasHookEvent = false;
1816 // init parent attached events
1817 var listeners = vm.$options._parentListeners;
1818 if (listeners) {
1819 updateComponentListeners(vm, listeners);
1820 }
1821}
1822
1823var target;
1824

Callers 1

initMixinFunction · 0.70

Calls 1

updateComponentListenersFunction · 0.70

Tested by

no test coverage detected