From 44f2d936927deef403303779a9a4842494c01f93 Mon Sep 17 00:00:00 2001 From: LiAn Date: Sat, 26 Mar 2022 02:41:00 +0000 Subject: [PATCH] update zh-cn/application-dev/ui/ts-event-configuration.md. Signed-off-by: LiAn --- zh-cn/application-dev/ui/ts-event-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/ui/ts-event-configuration.md b/zh-cn/application-dev/ui/ts-event-configuration.md index 78af2d2464..9ded73d381 100644 --- a/zh-cn/application-dev/ui/ts-event-configuration.md +++ b/zh-cn/application-dev/ui/ts-event-configuration.md @@ -13,7 +13,7 @@ ``` -- 使用匿名函数表达式配置组件的事件方法,要求使用**bind**,以确保函数体中的this引用包含的组件: +- 使用匿名函数表达式配置组件的事件方法,要求使用bind,以确保函数体中的this引用包含的组件: ``` // Counter is a private data variable defined in the component. Button('add counter') -- GitLab