From d79fa4a6f88b5a2dd9880debae11d00fdc610893 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 7 Jun 2022 09:45:09 +0000 Subject: [PATCH] fixed 09a9c09 from https://gitee.com/HelloCrease/docs/pulls/5053 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