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

Function onRemoved

06.Router/basic/js/vue.js:1510–1518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1508 removeWithTransition(node, vm, onRemoved);
1509 });
1510 function onRemoved() {
1511 removed++;
1512 if (done && removed >= nodes.length) {
1513 for (var i = 0; i < nodes.length; i++) {
1514 frag.appendChild(nodes[i]);
1515 }
1516 cb && cb();
1517 }
1518 }
1519 }
1520
1521 /**

Callers

nothing calls this directly

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected