Skip to content

Commit

Permalink
chore: make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 5, 2023
1 parent e7b3da5 commit 52f1bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-workspace/tsc/vue3/events/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<C1 @foo-bar="exactType($event, {} as number)" @bar-baz="exactType($event, {} as number)" />
<C2 @foo-bar="exactType($event, {} as number)" />
<!-- @vue-ignore fail with vue <= 3.3.9, success with vue >= 3.3.10 -->
<C3 @foo-bar="exactType($event, {} as number)" />
<C4 value="1" @foo-bar="exactType($event, {} as any)" />
<C4 :value="1" @foo-bar="exactType($event, {} as any)" />
Expand Down

0 comments on commit 52f1bf1

Please sign in to comment.