From 6ed0c5c57c41ac703a05326f23b651dd90dced41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Fri, 26 Jan 2024 18:04:50 +0800 Subject: [PATCH] Update uts-component.md --- docs/plugin/uts-component.md | 809 ++++++++++++++++++----------------- 1 file changed, 405 insertions(+), 404 deletions(-) diff --git a/docs/plugin/uts-component.md b/docs/plugin/uts-component.md index 205b538c..5990c922 100644 --- a/docs/plugin/uts-component.md +++ b/docs/plugin/uts-component.md @@ -159,6 +159,7 @@ UTS组件的优势在于,它秉承了UTS的跨平台特性,统一的UTS语 props: { /** * 字符串类型 属性:buttonText 需要设置默认值 + * 目前仅支持,布尔,数字,字符串 */ "buttonText": { type: String, @@ -603,200 +604,200 @@ NVUpdateStyles(styles: Map){ ```html - - - - - ``` @@ -804,217 +805,217 @@ NVUpdateStyles(styles: Map){ > iOS ```html - - - - ``` -- GitLab