MCPcopy
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
74function createBox () {
75 box = document.createElement('div')
76 box.id = 'app'
77 document.body.appendChild(box)
78}

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected