From 7a41f76e0f944ed1223196d54e657beff3a36d72 Mon Sep 17 00:00:00 2001 From: daiwei Date: Wed, 8 Jan 2025 20:34:16 +0800 Subject: [PATCH] chore: add comments --- packages/runtime-core/src/component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index e1d28b90de9..0f1a684dad0 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -379,6 +379,7 @@ export interface GenericComponentInstance { */ propsDefaults: Data | null /** + * used for getting the keys of a component's raw props * @internal */ getKeysFromRawProps: () => string[] | undefined