mirror of https://github.com/vuejs/core.git
chore: format
This commit is contained in:
parent
635a59b96f
commit
8d606c44ec
|
@ -234,7 +234,9 @@ export type SetupContext<
|
|||
attrs: Data
|
||||
slots: UnwrapSlotsType<S>
|
||||
emit: EmitFn<E>
|
||||
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void
|
||||
expose: <Exposed extends Record<string, any> = Record<string, any>>(
|
||||
exposed?: Exposed,
|
||||
) => void
|
||||
}
|
||||
: never
|
||||
|
||||
|
|
Loading…
Reference in New Issue