MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / callAttach

Function callAttach

06.Router/basic/js/vue.js:8192–8196  ·  view source on GitHub ↗

* Iterator to call attached hook * * @param {Vue} child

(child)

Source from the content-addressed store, hash-verified

8190 */
8191
8192 function callAttach(child) {
8193 if (!child._isAttached && inDoc(child.$el)) {
8194 child._callHook('attached');
8195 }
8196 }
8197
8198 /**
8199 * Callback to recursively call detached hook on children

Callers

nothing calls this directly

Calls 1

inDocFunction · 0.70

Tested by

no test coverage detected