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

Function initEvents

static/vuejs/vue.esm.js:1807–1815  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

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

Callers 1

initMixinFunction · 0.70

Calls 1

updateComponentListenersFunction · 0.70

Tested by

no test coverage detected