Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mounted
Function · 0.80
updated
Function · 0.80
mountElement
Function · 0.80
move
Function · 0.80
hydrateElement
Function · 0.80
onVnodeMounted
Function · 0.80
onVnodeUpdated
Function · 0.80
Calls
no outgoing calls
Tested by
2
onVnodeMounted
Function · 0.64
onVnodeUpdated
Function · 0.64