MCPcopy Create free account
hub / github.com/bug-hou/simple-vue / render

Function render

example/patchChild/arrayToArray.js:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35 },
36 render() {
37 const self = this;
38 // return h("div", {}, [h("div", {}, "A"), h("div", {}, "B")])
39 return self.isChange === true ? h("div", {}, nextChildren) : h("div", {}, prevChildren)
40 }
41}

Callers

nothing calls this directly

Calls 1

hFunction · 0.90

Tested by

no test coverage detected