Skip to content

Commit

Permalink
test: add test for #4413
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 1, 2024
1 parent 5acfd1d commit d1bfb6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-workspace/tsc/vue3/#4413/main.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template>
{{
// @ts-expect-error
await $props
}}
</template>

0 comments on commit d1bfb6b

Please sign in to comment.