diff --git a/compiler/src/process_custom_component.ts b/compiler/src/process_custom_component.ts index 289036c524164b0c03d863f33dbd87514634e033..dc4311844723c1ba4507c31c43be12197855b32b 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; }