Skip to content

Commit cf25fe0

Browse files
committed
removed comments
1 parent 48b1293 commit cf25fe0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mount.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ interface MountingOptions<Props, Data = {}> {
5353
: Data extends object
5454
? Partial<Data>
5555
: never
56-
// data?: {} extends Data ? never : () => Partial<Data>
5756
props?: Props
5857
/** @deprecated */
5958
propsData?: Props
@@ -86,11 +85,6 @@ export function mount<
8685
): VueWrapper<ComponentPublicInstance<Props>>
8786

8887
// 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-
9488
export function mount<
9589
PropsOrPropOptions = {},
9690
RawBindings = {},

0 commit comments

Comments
 (0)