fix(type): should not intersect `PublicProps` with `Props` (#12077)

This commit is contained in:
山吹色御守 2024-10-03 23:24:09 +08:00 committed by GitHub
parent c97bb84d0b
commit 6f85894376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export type DefineComponent<
Mixin,
Extends,
E,
PP & Props,
PP,
Defaults,
MakeDefaultsOptional,
{},