Closed
Description
Couldn't find expose
anywhere in the document, please correct me if I'm mistaken.
export declare interface SetupContext<E = EmitsOptions> {
attrs: Data
slots: Slots
emit: EmitFn<E>
expose: (exposed: Record<string, any>) => void
}
It's the savior for this type of issues: https://stackoverflow.com/q/67659374/7881859
Metadata
Metadata
Assignees
Labels
No labels