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

Function initEvents

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

Source from the content-addressed store, hash-verified

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

Callers 1

initMixinFunction · 0.70

Calls 1

updateComponentListenersFunction · 0.70

Tested by

no test coverage detected