Skip to content

Commit 7973fda

Browse files
committed
chore: add test for #3129
1 parent 38ed005 commit 7973fda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script lang="ts" setup>
2+
import { ref } from 'vue';
3+
4+
const statusTag = ref('bar');
5+
</script>
6+
7+
<template>
8+
<component :is="statusTag"></component>
9+
</template>

0 commit comments

Comments
 (0)