未验证 提交 a48b6291 编写于 作者: 二当家 提交者: Gitee

【OpenHarmony开源贡献者计划2022】代码缩进格式化

代码缩进格式化
Signed-off-by: Nwangyuanbai <wangyuanbai666@163.com>
Signed-off-by: N二当家 <xpzhoua@isoftstone.com>
上级 0b0da612
......@@ -15,7 +15,7 @@
## 接口
Refresh\(value: \{refreshing: boolean, offset?: Length, friction?: number | string\}\)
Refresh\(value: \{ refreshing: boolean, offset?: Length, friction?: number | string \}\)
- 参数
......@@ -58,7 +58,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.
先完成此消息的编辑!
想要评论请 注册