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

Function removeWithTransition

06.Router/basic/js/vue.js:1072–1076  ·  view source on GitHub ↗

* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]

(el, vm, cb)

Source from the content-addressed store, hash-verified

1070 */
1071
1072 function removeWithTransition(el, vm, cb) {
1073 applyTransition(el, -1, function () {
1074 remove(el);
1075 }, vm, cb);
1076 }
1077
1078 /**
1079 * Apply transitions with an operation callback.

Callers 2

removeNodeRangeFunction · 0.70
singleRemoveFunction · 0.70

Calls 2

applyTransitionFunction · 0.70
removeFunction · 0.70

Tested by

no test coverage detected