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

Function removeWithCb

06.Router/basic/js/vue.js:9226–9229  ·  view source on GitHub ↗

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

(el, vm, cb)

Source from the content-addressed store, hash-verified

9224 */
9225
9226 function removeWithCb(el, vm, cb) {
9227 remove(el);
9228 if (cb) cb();
9229 }
9230 }
9231
9232 function eventsAPI (Vue) {

Callers

nothing calls this directly

Calls 2

removeFunction · 0.70
cbFunction · 0.70

Tested by

no test coverage detected