Skip to content

Commit e779822

Browse files
committed
chore: add test for #3109
1 parent cb54032 commit e779822

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<template>
2+
<Transition appear name="slide" :key="ready"></Transition>
3+
</template>
4+
5+
<script lang="ts" setup>
6+
const ready = 'ready';
7+
</script>

0 commit comments

Comments
 (0)