MCPcopy Create free account
hub / github.com/ygs-code/vue / parentNode

Function parentNode

vue.js:7771–7773  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

7769
7770 //获取父亲子节点dom
7771 function parentNode(node) {
7772 return node.parentNode
7773 }
7774
7775 //获取下一个兄弟节点
7776 function nextSibling(node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected