MCPcopy Create free account
hub / github.com/TruthHun/BookStack / removeNode

Function removeNode

static/vuejs/vue.esm.js:4586–4592  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

4584 }
4585
4586 function removeNode (el) {
4587 var parent = nodeOps.parentNode(el);
4588 // element may have already been removed due to v-html / v-text
4589 if (isDef(parent)) {
4590 nodeOps.removeChild(parent, el);
4591 }
4592 }
4593
4594 var inPre = 0;
4595 function createElm (vnode, insertedVnodeQueue, parentElm, refElm, nested) {

Callers 3

remove$$1Function · 0.70
removeVnodesFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected