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 0966ab1 commit 697afeeCopy full SHA for 697afee
packages/runtime-core/src/apiDefineComponent.ts
@@ -387,7 +387,7 @@ export function defineComponent<
387
extends?: Extends
388
setup?: (
389
this: void,
390
- props: NoInfer<LooseRequired<InferredProps>>,
+ props: LooseRequired<InferredProps>,
391
ctx: NoInfer<SetupContext<ResolvedEmits_Internal, Slots>>,
392
) => Promise<SetupBindings> | SetupBindings | RenderFunction | void
393
data?: (vm: NoInfer<InternalInstance>) => Data
0 commit comments