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,
|
Mixin,
|
||||||
Extends,
|
Extends,
|
||||||
E,
|
E,
|
||||||
PP & Props,
|
PP,
|
||||||
Defaults,
|
Defaults,
|
||||||
MakeDefaultsOptional,
|
MakeDefaultsOptional,
|
||||||
{},
|
{},
|
||||||
|
|
Loading…
Reference in New Issue