Skip to content

Commit ca2b19c

Browse files
committed
test: update event test case for improved functional events typing in 3.3.10
1 parent 6f85019 commit ca2b19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-workspace/tsc/vue3/events/main.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<C1 @foo-bar="exactType($event, {} as number)" @bar-baz="exactType($event, {} as number)" />
88
<C2 @foo-bar="exactType($event, {} as number)" />
9-
<C3 @foo-bar="exactType($event, {} as any)" />
9+
<C3 @foo-bar="exactType($event, {} as number)" />
1010
<C4 value="1" @foo-bar="exactType($event, {} as any)" />
1111
<C4 :value="1" @foo-bar="exactType($event, {} as any)" />
1212

0 commit comments

Comments
 (0)