]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore:fix-issue-id (#11927) [ci skip]
author2nofa11 <47783146+2nofa11@users.noreply.github.com>
Sat, 14 Sep 2024 04:00:10 +0000 (13:00 +0900)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2024 04:00:10 +0000 (12:00 +0800)
packages/runtime-core/__tests__/components/KeepAlive.spec.ts

index c55d583d74c1c86397d7e1c5d7a489e21c334fca..1e4176b6fb84732733c80e739d4fa64102f74748 100644 (file)
@@ -954,7 +954,7 @@ describe('KeepAlive', () => {
     expect(spyUnmounted).toHaveBeenCalledTimes(4)
   })
 
-  // #1513
+  // #1511
   test('should work with cloned root due to scopeId / fallthrough attrs', async () => {
     const viewRef = ref('one')
     const instanceRef = ref<any>(null)