Skip to content

Commit 23f0fec

Browse files
KazariEXabdullah-wn
authored andcommitted
fix(type): should not intersect PublicProps with Props (vuejs#12077)
1 parent 5080de9 commit 23f0fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiDefineComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export type DefineComponent<
7979
Mixin,
8080
Extends,
8181
E,
82-
PP & Props,
82+
PP,
8383
Defaults,
8484
MakeDefaultsOptional,
8585
{},

0 commit comments

Comments
 (0)