MCPcopy Index your code
hub / github.com/TruthHun/BookStack / initEvents

Function initEvents

static/vuejs/vue.runtime.esm.js:1803–1811  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

1801/* */
1802
1803function initEvents (vm) {
1804 vm._events = Object.create(null);
1805 vm._hasHookEvent = false;
1806 // init parent attached events
1807 var listeners = vm.$options._parentListeners;
1808 if (listeners) {
1809 updateComponentListeners(vm, listeners);
1810 }
1811}
1812
1813var target;
1814

Callers 1

initMixinFunction · 0.70

Calls 1

updateComponentListenersFunction · 0.70

Tested by

no test coverage detected