Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ isKeepAlive
Function
isKeepAlive
packages/runtime-core/src/components/KeepAlive.ts:76–77 ·
view source on GitHub ↗
(vnode: VNode)
Source
from the content-addressed store, hash-verified
74
}
75
76
export
const
isKeepAlive = (vnode: VNode): boolean =>
77
(vnode.
type
as any).__isKeepAlive
78
79
const
KeepAliveImpl: ComponentOptions = {
80
name: `KeepAlive`,
Callers
6
setup
Function · 0.90
normalizeVNodeSlots
Function · 0.90
mountComponent
Function · 0.90
emptyPlaceholder
Function · 0.90
getInnerChild
Function · 0.90
registerKeepAliveHook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected