diff --git a/docs/plugin/uts-component.md b/docs/plugin/uts-component.md index 205b538c330d47213dc07db08420113483c68fe3..5990c922dd2103389b8180ba0ab1a310517526d3 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 - - - - ```