mirror of https://github.com/vuejs/core.git
fix(type): should not intersect `PublicProps` with `Props` (#12077)
This commit is contained in:
parent
c97bb84d0b
commit
6f85894376
|
@ -79,7 +79,7 @@ export type DefineComponent<
|
|||
Mixin,
|
||||
Extends,
|
||||
E,
|
||||
PP & Props,
|
||||
PP,
|
||||
Defaults,
|
||||
MakeDefaultsOptional,
|
||||
{},
|
||||
|
|
Loading…
Reference in New Issue