Skip to content

Commit aa9fbe8

Browse files
committed
more comments removed
1 parent cf25fe0 commit aa9fbe8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mount.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import {
3939
} from './constants'
4040
import { stubComponents } from './stubs'
4141

42+
// NOTE this should come from `vue`
4243
type PublicProps = VNodeProps & AllowedComponentProps & ComponentCustomProps
4344

4445
type Slot = VNode | string | { render: Function } | Function | Component
@@ -133,8 +134,6 @@ export function mount<
133134
>
134135
>
135136

136-
//Props //VueWrapper<InstanceType<C>> //ExtractPropTypes<PropsOrOptions> //PropsOrOptions //VueWrapper<ThisType<C>>
137-
138137
// Component declared with no props
139138
export function mount<
140139
Props = {},

0 commit comments

Comments
 (0)