Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ElemeFE/v-charts
/ createBox
Function
createBox
test/index.js:74–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
function
createBox () {
75
box = document.createElement(
'div'
)
76
box.id =
'app'
77
document.body.appendChild(box)
78
}
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected