mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-25 06:05:39 -04:00
correct storagelink->regular Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: Id2fd382f49492b53ea6d5f63014b0c46c00bd2ee
This commit is contained in:
@@ -244,7 +244,7 @@ function isCorrectInitFormParent(parent: string, child: string): boolean {
|
||||
break;
|
||||
case COMPONENT_NON_DECORATOR:
|
||||
if ([COMPONENT_STATE_DECORATOR, ...propAndLinkDecorators, COMPONENT_NON_DECORATOR,
|
||||
COMPONENT_OBJECT_LINK_DECORATOR].includes(parent)) {
|
||||
COMPONENT_OBJECT_LINK_DECORATOR, COMPONENT_STORAGE_LINK_DECORATOR].includes(parent)) {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user