Skip to content

Commit 03b8b41

Browse files
committed
test: add
1 parent ffe1388 commit 03b8b41

File tree

1 file changed

+6
-0
lines changed
  • test-workspace/tsc/passedFixtures/vue3/cssModule

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<script lang="ts" setup>
2+
import { useCssModule } from 'vue';
3+
4+
// @ts-expect-error
5+
useCssModule();
6+
</script>

0 commit comments

Comments
 (0)