Skip to content

Commit

Permalink
fix(type): should not intersect PublicProps with Props (vuejs#12077)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX authored and abdullah-wn committed Jan 4, 2025
1 parent 5080de9 commit 23f0fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiDefineComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export type DefineComponent<
Mixin,
Extends,
E,
PP & Props,
PP,
Defaults,
MakeDefaultsOptional,
{},
Expand Down

0 comments on commit 23f0fec

Please sign in to comment.