Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bug-hou/simple-vue
/ render
Function
render
example/patchChild/textToArray.js:15–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
},
15
render() {
16
const
self = this;
17
// return h("div", {}, [h("div", {}, "A"), h("div", {}, "B")])
18
return
self.isChange === true ? h(
"div"
, {}, nextChildren) : h(
"div"
, {}, prevChildren)
19
}
20
}
Callers
nothing calls this directly
Calls
1
h
Function · 0.90
Tested by
no test coverage detected