From 12816922b6008b63ecf4b9efd717b64260fbf662 Mon Sep 17 00:00:00 2001 From: 189******51 Date: Fri, 1 Sep 2023 09:29:06 +0000 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I7XVG3:[=E6=96=B0=E9=9C=80=E6=B1=82?= =?UTF-8?q?]:=20Rectify=20the=20arkts=20syntax=203=20Description:=20Rectif?= =?UTF-8?q?y=20the=20arkts=20syntax=20in=20arkts-rendering-control-best-pr?= =?UTF-8?q?actices.md=20Sig:=20SIG=5FApplicaitonFramework=20Feature=20or?= =?UTF-8?q?=20Bugfix:=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-extend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/quick-start/arkts-extend.md b/zh-cn/application-dev/quick-start/arkts-extend.md index 21bf418318..a238b695b6 100644 --- a/zh-cn/application-dev/quick-start/arkts-extend.md +++ b/zh-cn/application-dev/quick-start/arkts-extend.md @@ -81,7 +81,7 @@ struct FancyUse { build() { Row({ space: 10 }) { Text(`${this.label}`) - .makeMeClick(this.onClickHandler.bind(this)) + .makeMeClick(this.onClickHandler) } } } -- GitLab