Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ygs-code/vue
/ removeChild
Function
removeChild
vue.js:7761–7763 ·
view source on GitHub ↗
(node, child)
Source
from the content-addressed store, hash-verified
7759
7760
//删除子节点
7761
function
removeChild(node, child) {
7762
node.removeChild(child);
7763
}
7764
7765
//添加子节点 尾部
7766
function
appendChild(node, child) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected