From 05f197dce22500f1d357318383f2d69f7f92ad84 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 02:21:21 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/runtime-core/src/components/KeepAlive.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/runtime-core/src/components/KeepAlive.ts b/packages/runtime-core/src/components/KeepAlive.ts index 6fc70e88c9..9cce1ef4d9 100644 --- a/packages/runtime-core/src/components/KeepAlive.ts +++ b/packages/runtime-core/src/components/KeepAlive.ts @@ -521,8 +521,7 @@ export function deactivate( // Update components tree devtoolsComponentAdded(instance) } - - + // for e2e test if (__DEV__ && __BROWSER__) { ;(instance as any).__keepAliveStorageContainer = container -- 2.47.2