Skip to content

Commit a56215c

Browse files
so1vejohnsoncodehk
andcommitted
test: add tests for #3592 (#3595)
Co-authored-by: Johnson Chu <[email protected]>
1 parent 73bab01 commit a56215c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script setup>
2+
defineProps({
3+
msg: String
4+
})
5+
</script>
6+
7+
<template>
8+
{{ msg }}
9+
</template>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"checkJs": true
5+
}
6+
}

0 commit comments

Comments
 (0)