From 7decf7aeeb566ce04aa893708659ee494fba1482 Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Thu, 28 Dec 2023 16:13:08 +0800 Subject: [PATCH] update uts-component.md --- docs/plugin/uts-component.md | 623 +++++++++++++++++++++++------------ 1 file changed, 419 insertions(+), 204 deletions(-) diff --git a/docs/plugin/uts-component.md b/docs/plugin/uts-component.md index 12b223f3..205b538c 100644 --- a/docs/plugin/uts-component.md +++ b/docs/plugin/uts-component.md @@ -603,132 +603,200 @@ NVUpdateStyles(styles: Map){ ```html - - - ``` @@ -736,78 +804,223 @@ NVUpdateStyles(styles: Map){ > iOS ```html - - + + ``` ::: -上面的代码,我们自定义了一个 名为 "uts-hello-view" 的UTS 组件,该组件对外提供了一个包含按钮的简单UI实现,并且对外暴露了一个名为 `buttonText`字符串属性,用来构建按钮上的文案 +上面的代码,我们自定义了一个 名为 "uts-hello-view" 的UTS 组件,该组件对外提供了一个包含按钮的简单UI实现,并且对外暴露了一个名为 `buttontext`字符串属性,用来构建按钮上的文案 接下来,我们介绍在uni-app项目中如何使用它 @@ -819,7 +1032,7 @@ NVUpdateStyles(styles: Map){ ![](https://native-res.dcloud.net.cn/images/uts/component/helloview_use_file.jpg) -直接使用`uts-hello-view`标签,并且定义`buttonText`文本内容即可看到效果。 +直接使用`uts-hello-view`标签,并且定义`buttontext`文本内容即可看到效果。 点击组件内置按钮,可以在控制台看到组件内部实现的日志输出 @@ -829,29 +1042,31 @@ NVUpdateStyles(styles: Map){ ```html -- GitLab