Skip to content

Commit a395ec7

Browse files
committed
wip
1 parent c164f78 commit a395ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiDefineComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export type DefineComponent<
9898
directives?: Directives & GlobalDirectives
9999
expose?: Exposed[]
100100
provide?: Provide
101-
setup?: () => RawBindings
101+
setup?: (props: any, ctx: SetupContext) => RawBindings
102102
data?: () => D
103103
__typeProps?: OptionsOrPropsOrPropOptions extends ComponentPropsOptions
104104
? unknown

0 commit comments

Comments
 (0)