From 62c69292311498e9df4518eb2dc39fc952541f6c Mon Sep 17 00:00:00 2001 From: 189******51 Date: Thu, 31 Aug 2023 04:12:38 +0000 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I7XEJ4:[=E6=96=B0=E9=9C=80=E6=B1=82?= =?UTF-8?q?]:=20Rectify=20the=20arkts=20syntax=20of=20qs=20on=20monthly=20?= =?UTF-8?q?Description:=20Rectify=20the=20arkts=20syntax=20of=20qs=20on=20?= =?UTF-8?q?monthly=20Sig:=20SIG=5FApplicaitonFramework=20Feature=20or=20Bu?= =?UTF-8?q?gfix:=20Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 189******51 --- zh-cn/application-dev/quick-start/arkts-persiststorage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/quick-start/arkts-persiststorage.md b/zh-cn/application-dev/quick-start/arkts-persiststorage.md index 32b9e066eb..7151d5d4c8 100644 --- a/zh-cn/application-dev/quick-start/arkts-persiststorage.md +++ b/zh-cn/application-dev/quick-start/arkts-persiststorage.md @@ -40,7 +40,7 @@ PersistentStorage和UIContext相关联,需要在[UIContext](../reference/apis/ 2. 在AppStorage获取对应属性: ```ts -AppStorage.Get('aProp'); // returns 47 + AppStorage.Get('aProp'); // returns 47 ``` 或在组件内部定义: -- GitLab