Skip to content

Commit 33a6522

Browse files
committed
chore: lint
1 parent 096fc72 commit 33a6522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export type ObjectEmitsOptions = Record<
6666
((...args: any[]) => any) | null
6767
>
6868
export type EmitsOptions = ObjectEmitsOptions | string[]
69-
69+
7070
// Functional component with emits
7171
export function mount<Props, E extends EmitsOptions = {}>(
7272
originalComponent: FunctionalComponent<Props, E>,

0 commit comments

Comments
 (0)