Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6935
function
placeholder (h, rawChild) {
6936
return
/\d-keep-alive$/.test(rawChild.tag)
6937
? h(
'keep-alive'
)
6938
: null
6939
}
6940
6941
function
hasParentTransition (vnode) {
6942
while
((vnode = vnode.parent)) {
Callers
1
vue.common.js
File · 0.70
Calls
1
h
Function · 0.70
Tested by
no test coverage detected