Skip to content

Commit 817dca8

Browse files
authored
chore:fix-issue-id (#11927) [ci skip]
1 parent effcccd commit 817dca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ describe('KeepAlive', () => {
954954
expect(spyUnmounted).toHaveBeenCalledTimes(4)
955955
})
956956

957-
// #1513
957+
// #1511
958958
test('should work with cloned root due to scopeId / fallthrough attrs', async () => {
959959
const viewRef = ref('one')
960960
const instanceRef = ref<any>(null)

0 commit comments

Comments
 (0)