Skip to content

Commit dfe7a2e

Browse files
committed
chore: prettier
1 parent 9c3771e commit dfe7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export type SetupContext<
190190
Attrs extends AttrsType = {}
191191
> = E extends any
192192
? {
193-
attrs: UnwrapAttrsType<Attrs>,
193+
attrs: UnwrapAttrsType<Attrs>
194194
slots: UnwrapSlotsType<S>
195195
emit: EmitFn<E>
196196
expose: (exposed?: Record<string, any>) => void

0 commit comments

Comments
 (0)