MCPcopy Create free account
hub / github.com/alexzhang-dev/mini-vue / render

Function render

example/patchChildren/ArrayToArray.js:219–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217 }
218 },
219 render() {
220 const self = this
221 return h('div', {}, self.isChange === true ? nextChildren : prevChildren)
222 },
223}

Callers

nothing calls this directly

Calls 1

hFunction · 0.85

Tested by

no test coverage detected