MCPcopy Create free account
hub / github.com/TruthHun/BookStack / placeholder

Function placeholder

static/vuejs/vue.common.js:6935–6939  ·  view source on GitHub ↗
(h, rawChild)

Source from the content-addressed store, hash-verified

6933}
6934
6935function placeholder (h, rawChild) {
6936 return /\d-keep-alive$/.test(rawChild.tag)
6937 ? h('keep-alive')
6938 : null
6939}
6940
6941function hasParentTransition (vnode) {
6942 while ((vnode = vnode.parent)) {

Callers 1

vue.common.jsFile · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected