We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1561888 commit 810f6d1Copy full SHA for 810f6d1
types/options.d.ts
@@ -95,8 +95,8 @@ export type ThisTypedComponentOptionsWithArrayProps<
95
Computed,
96
PropNames extends string,
97
SetupBindings,
98
- Mixin,
99
- Extends
+ Mixin extends ComponentOptionsMixin,
+ Extends extends ComponentOptionsMixin
100
> = object &
101
ComponentOptions<
102
V,
@@ -132,8 +132,8 @@ export type ThisTypedComponentOptionsWithRecordProps<
132
133
Props,
134
135
136
137
138
139
0 commit comments