未验证 提交 54c9b8e7 编写于 作者: O openharmony_ci 提交者: Gitee

!21809 【轻量级 PR】:21615挑单到3.2release

Merge pull request !21809 from 田雨/N/A
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
```ts ```ts
@Builder myBuilderFunction({ ... }) @Builder MyBuilderFunction({ ... })
``` ```
使用方法: 使用方法:
```ts ```ts
this.myBuilderFunction({ ... }) this.MyBuilderFunction({ ... })
``` ```
- 允许在自定义组件内定义一个或多个自定义构建函数,该函数被认为是该组件的私有、特殊类型的成员函数。 - 允许在自定义组件内定义一个或多个自定义构建函数,该函数被认为是该组件的私有、特殊类型的成员函数。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册