From 44e5d62a38117295ebd44a830511e1f269de7205 Mon Sep 17 00:00:00 2001 From: liwenzhen Date: Fri, 8 Aug 2025 10:21:12 +0800 Subject: [PATCH] add __getDecoratorPropertyName__V2View__Internal to writelist Signed-off-by: liwenzhen --- compiler/config/stmgmtWhiteList.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/config/stmgmtWhiteList.json b/compiler/config/stmgmtWhiteList.json index 96a923930..67b8b7cc7 100644 --- a/compiler/config/stmgmtWhiteList.json +++ b/compiler/config/stmgmtWhiteList.json @@ -162,6 +162,7 @@ "onGlobalThemeChanged", "getShareLocalStorage", "setShareLocalStorage", - "propagateToChildren" + "propagateToChildren", + "__getDecoratorPropertyName__V2View__Internal" ] } \ No newline at end of file -- Gitee