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