Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ clone
Method
clone
packages/runtime-core/src/components/BaseTransition.ts:68–68 ·
view source on GitHub ↗
(vnode: VNode)
Source
from the content-addressed store, hash-verified
66
enter(el: HostElement): void
67
leave(el: HostElement, remove: () => void): void
68
clone(vnode: VNode): TransitionHooks<HostElement>
69
// optional
70
afterLeave?(): void
71
delayLeave?(
Callers
3
splitSelectorForNestedDeep
Function · 0.80
cloneVNode
Function · 0.80
setTransitionHooks
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected