Skip to content

Commit

Permalink
test: add tests for #3592 (#3595)
Browse files Browse the repository at this point in the history
Co-authored-by: Johnson Chu <johnsoncodehk@gmail.com>
  • Loading branch information
so1ve and johnsoncodehk committed Oct 8, 2023
1 parent 73bab01 commit a56215c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script setup>
defineProps({
msg: String
})
</script>

<template>
{{ msg }}
</template>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"checkJs": true
}
}

0 comments on commit a56215c

Please sign in to comment.