未验证 提交 8f51a663 编写于 作者: O openharmony_ci 提交者: Gitee

!11574 【轻量级 PR】:update zh-cn/application-dev/reference/arkui-ts/ts-basic-gestures-swipegesture.md.

Merge pull request !11574 from luoying_ace/N/A
......@@ -52,7 +52,7 @@ struct SwipeGestureExample {
.width(300)
.height(200)
.margin(100)
.rotate({ angle: this.rotateAngle })
.rotate({ z: 1, angle: this.rotateAngle })
// 单指竖直方向滑动时触发该事件
.gesture(
SwipeGesture({ direction: SwipeDirection.Vertical })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册