MCPcopy
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

cloneVNodeFunction · 0.80
setTransitionHooksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected