parent
55cc4af25e
commit
2e3e183b4f
@ -174,7 +174,7 @@ const KeepAliveImpl: ComponentOptions = {
|
||||
function unmount(vnode: VNode) {
|
||||
// reset the shapeFlag so it can be properly unmounted
|
||||
resetShapeFlag(vnode)
|
||||
_unmount(vnode, instance, parentSuspense)
|
||||
_unmount(vnode, instance, parentSuspense, true)
|
||||
}
|
||||
|
||||
function pruneCache(filter?: (name: string) => boolean) {
|
||||
|
Loading…
Reference in New Issue
Block a user