Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ performRemove
Function
performRemove
packages/runtime-core/src/renderer.ts:2297–2302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2295
}
2296
2297
const
performRemove = () => {
2298
hostRemove(el!)
2299
if
(transition && !transition.persisted && transition.afterLeave) {
2300
transition.afterLeave()
2301
}
2302
}
2303
2304
if
(
2305
vnode.shapeFlag & ShapeFlags.ELEMENT &&
Callers
1
remove
Function · 0.85
Calls
1
afterLeave
Method · 0.80
Tested by
no test coverage detected