MCPcopy
hub / github.com/vuejs/core / enter

Method enter

packages/runtime-core/src/components/BaseTransition.ts:66–66  ·  view source on GitHub ↗
(el: HostElement)

Source from the content-addressed store, hash-verified

64 persisted: boolean
65 beforeEnter(el: HostElement): void
66 enter(el: HostElement): void
67 leave(el: HostElement, remove: () => void): void
68 clone(vnode: VNode): TransitionHooks<HostElement>
69 // optional

Callers 7

mountedFunction · 0.80
updatedFunction · 0.80
mountElementFunction · 0.80
moveFunction · 0.80
hydrateElementFunction · 0.80
onVnodeMountedFunction · 0.80
onVnodeUpdatedFunction · 0.80

Calls

no outgoing calls

Tested by 2

onVnodeMountedFunction · 0.64
onVnodeUpdatedFunction · 0.64