From 0a8a494d4a34e3a0afa2d5c5c182cdac470d5116 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 7 Jun 2022 09:53:56 +0000 Subject: [PATCH] update zh-cn/application-dev/ui/ts-component-based-styles.md. Signed-off-by: LiAn --- zh-cn/application-dev/ui/ts-component-based-styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/ui/ts-component-based-styles.md b/zh-cn/application-dev/ui/ts-component-based-styles.md index 7bf23b92d5..c655aaa5e9 100644 --- a/zh-cn/application-dev/ui/ts-component-based-styles.md +++ b/zh-cn/application-dev/ui/ts-component-based-styles.md @@ -48,7 +48,7 @@ struct FancyUse { @Entry @Component struct FancyUse { - @Styles function componentFancy() { + @Styles componentFancy() { .width(50) .height(50) } -- GitLab