diff --git a/packages/runtime-core/src/components/KeepAlive.ts b/packages/runtime-core/src/components/KeepAlive.ts index 3bfef7bf9..9605d7915 100644 --- a/packages/runtime-core/src/components/KeepAlive.ts +++ b/packages/runtime-core/src/components/KeepAlive.ts @@ -283,7 +283,6 @@ const KeepAliveImpl: ComponentOptions = { (include && (!name || !matches(include, name))) || (exclude && name && matches(exclude, name)) || (__DEV__ && hmrDirtyComponents.has(comp)) - ) { current = vnode return rawVNode