From 88d28dd7f4255b3583efe937c2be5f68e9a781d5 Mon Sep 17 00:00:00 2001 From: Yenan Date: Wed, 30 Jul 2025 16:00:34 +0800 Subject: [PATCH] testSdk Signed-off-by: Yenan --- compiler/src/process_custom_component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/src/process_custom_component.ts b/compiler/src/process_custom_component.ts index 289036c52..dc4311844 100644 --- a/compiler/src/process_custom_component.ts +++ b/compiler/src/process_custom_component.ts @@ -1437,6 +1437,7 @@ function getForbbiddenToInitViaParamType(customComponentName: string, } else if (ifLocalStorageProp(customComponentName, propName)) { propType = COMPONENT_LOCAL_STORAGE_PROP_DECORATOR; } + // xxxx return propType; } -- Gitee