Skip to content

Commit

Permalink
Add test for #997
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 8, 2024
1 parent 0e0a905 commit 529edac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test-workspace/tsc/vue3/#997/main.vue
@@ -0,0 +1,9 @@
<template>
{{ count }}
</template>

<script lang="ts">
export default class Counter {
private count = 0
}
</script>

0 comments on commit 529edac

Please sign in to comment.