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

Function append

06.Router/basic/js/vue.js:9199–9202  ·  view source on GitHub ↗

* Append operation that takes a callback. * * @param {Node} el * @param {Node} target * @param {Vue} vm - unused * @param {Function} [cb]

(el, target, vm, cb)

Source from the content-addressed store, hash-verified

9197 */
9198
9199 function append(el, target, vm, cb) {
9200 target.appendChild(el);
9201 if (cb) cb();
9202 }
9203
9204 /**
9205 * InsertBefore operation that takes a callback.

Callers

nothing calls this directly

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected