Skip to content

Commit 697afee

Browse files
committed
wip
1 parent 0966ab1 commit 697afee

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
@@ -387,7 +387,7 @@ export function defineComponent<
387387
extends?: Extends
388388
setup?: (
389389
this: void,
390-
props: NoInfer<LooseRequired<InferredProps>>,
390+
props: LooseRequired<InferredProps>,
391391
ctx: NoInfer<SetupContext<ResolvedEmits_Internal, Slots>>,
392392
) => Promise<SetupBindings> | SetupBindings | RenderFunction | void
393393
data?: (vm: NoInfer<InternalInstance>) => Data

0 commit comments

Comments
 (0)