diff --git a/packages/taro-components/types/common.d.ts b/packages/taro-components/types/common.d.ts index 65d95d0e11bb..195f50051a59 100644 --- a/packages/taro-components/types/common.d.ts +++ b/packages/taro-components/types/common.d.ts @@ -107,7 +107,7 @@ export interface ITouchEvent extends BaseEventOrig { touches: Array /** 触摸事件,当前变化的触摸点信息的数组 */ - changedTouches: Array + changedTouches: Array } export interface CanvasTouch {