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

Function remove

06.Router/basic/js/vue.js:1229–1231  ·  view source on GitHub ↗

* Remove el from DOM * * @param {Element} el

(el)

Source from the content-addressed store, hash-verified

1227 */
1228
1229 function remove(el) {
1230 el.parentNode.removeChild(el);
1231 }
1232
1233 /**
1234 * Prepend el to target

Callers 4

removeWithTransitionFunction · 0.70
vue.jsFile · 0.70
removeTextFunction · 0.70
removeWithCbFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected