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

Function initEvents

static/vuejs/vue.runtime.js:1809–1817  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

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

Callers 1

initMixinFunction · 0.70

Calls 1

updateComponentListenersFunction · 0.70

Tested by

no test coverage detected