Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ placeholder
Function
placeholder
static/vuejs/vue.esm.js:6933–6937 ·
view source on GitHub ↗
(h, rawChild)
Source
from the content-addressed store, hash-verified
6931
}
6932
6933
function
placeholder (h, rawChild) {
6934
return
/\d-keep-alive$/.test(rawChild.tag)
6935
? h(
'keep-alive'
)
6936
: null
6937
}
6938
6939
function
hasParentTransition (vnode) {
6940
while
((vnode = vnode.parent)) {
Callers
1
vue.esm.js
File · 0.70
Calls
1
h
Function · 0.70
Tested by
no test coverage detected