File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ interface MountingOptions<Props, Data = {}> {
53
53
: Data extends object
54
54
? Partial < Data >
55
55
: never
56
- // data?: {} extends Data ? never : () => Partial<Data>
57
56
props ?: Props
58
57
/** @deprecated */
59
58
propsData ?: Props
@@ -86,11 +85,6 @@ export function mount<
86
85
) : VueWrapper < ComponentPublicInstance < Props > >
87
86
88
87
// Component declared with defineComponent
89
- // export function mount<TestedComponent extends ComponentPublicInstance>(
90
- // originalComponent: { new (): TestedComponent } & Component,
91
- // options?: MountingOptions<TestedComponent['$props'], TestedComponent['$data']>
92
- // ): VueWrapper<TestedComponent>
93
-
94
88
export function mount <
95
89
PropsOrPropOptions = { } ,
96
90
RawBindings = { } ,
You can’t perform that action at this time.
0 commit comments