We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3771e commit dfe7a2eCopy full SHA for dfe7a2e
packages/runtime-core/src/component.ts
@@ -190,7 +190,7 @@ export type SetupContext<
190
Attrs extends AttrsType = {}
191
> = E extends any
192
? {
193
- attrs: UnwrapAttrsType<Attrs>,
+ attrs: UnwrapAttrsType<Attrs>
194
slots: UnwrapSlotsType<S>
195
emit: EmitFn<E>
196
expose: (exposed?: Record<string, any>) => void
0 commit comments