Преглед изворни кода

chore:fix-issue-id (#11927) [ci skip]

2nofa11 пре 1 година
родитељ
комит
817dca8712
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/runtime-core/__tests__/components/KeepAlive.spec.ts

+ 1 - 1
packages/runtime-core/__tests__/components/KeepAlive.spec.ts

@@ -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)