Skip to content

Commit

Permalink
docs: 更新swiper文档
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Jul 16, 2024
1 parent f91aa71 commit 4f9ff87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface SwiperProps {
};
/** 整屏滑动(一屏多卡片时设置是否整屏滑动) */
pagingEnabled?: boolean | PagingType;
/** 惯性滚动 */
/** 惯性滚动(默认惯性滚动结束才定位位置,若想手指离开就定位,设置为`MomentumType.no`) */
momentum?: MomentumType;
}

Expand Down

0 comments on commit 4f9ff87

Please sign in to comment.