Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ygs-code/vue
/ appendChild
Function
appendChild
vue.js:7766–7768 ·
view source on GitHub ↗
(node, child)
Source
from the content-addressed store, hash-verified
7764
7765
//添加子节点 尾部
7766
function
appendChild(node, child) {
7767
node.appendChild(child);
7768
}
7769
7770
//获取父亲子节点dom
7771
function
parentNode(node) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected