未验证 提交 08fee3e1 编写于 作者: O openharmony_ci 提交者: Gitee

!8676 翻译完成 8582:ts-container-refresh.md

Merge pull request !8676 from ester.zhou/TR-8582
......@@ -16,7 +16,7 @@ This component supports only one child component.
## APIs
Refresh\(value: \{refreshing: boolean, offset?: Length, friction?: number | string\}\)
Refresh\(value: \{ refreshing: boolean, offset?: Length, friction?: number | string \}\)
- Parameters
......@@ -59,7 +59,7 @@ struct RefreshExample {
build() {
Column() {
Refresh({refreshing: $$this.isRefreshing, offset: 120, friction: 100}) {
Refresh({ refreshing: $$this.isRefreshing, offset: 120, friction: 100 }) {
Text('Pull Down and refresh: ' + this.counter)
.fontSize(30)
.margin(10)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册