@@ -309,23 +309,23 @@ const isLoop = ref(false)
309309| displayMultipleItems | 同时显示的滑块数量 | ` number ` | - | 1 | 0.1.22 |
310310| duration | 滑动动画时长 | ` number ` | - | 300 | 0.1.22 |
311311| easingFunction | 切换缓动动画类型(微信小程序、快手小程序、京东小程序) | ` EasingType ` | - | default | 0.1.22 |
312- | height | 轮播的高度 | ` string \| number ` | - | 192 | 0.1.22 |
312+ | height | 轮播的高度 | ` string / number ` | - | 192 | 0.1.22 |
313313| interval | 轮播间隔时间 | ` number ` | - | 5000 | 0.1.22 |
314- | list | 图片列表 | ` string[] \| SwiperList[] ` | - | - | 0.1.22 |
314+ | list | 图片列表 | ` string[] / SwiperList[] ` | - | - | 0.1.22 |
315315| loop | 是否循环播放 | ` boolean ` | - | true | 0.1.22 |
316- | nextMargin | 后边距 | ` string \| number ` | - | 0 | 0.1.22 |
316+ | nextMargin | 后边距 | ` string / number ` | - | 0 | 0.1.22 |
317317| indicatorPosition | 指示器展示位置 | ` IndicatorPositionType ` | ` left, top-left, top, top-right, bottom-left, bottom, bottom-right, right ` | bottom | 0.1.22 |
318- | previousMargin | 前边距 | ` string \| number ` | - | 0 | 0.1.22 |
318+ | previousMargin | 前边距 | ` string / number ` | - | 0 | 0.1.22 |
319319| snapToEdge | 边距是否应用到第一个、最后一个元素 | ` boolean ` | - | false | 0.1.22 |
320- | indicator | 指示器全部配置 | ` SwiperIndicatorProps \| boolean ` | - | true | 0.1.22 |
320+ | indicator | 指示器全部配置 | ` SwiperIndicatorProps / boolean ` | - | true | 0.1.22 |
321321| imageMode | 图片裁剪、缩放的模式 | ` string ` | 参考官方文档[ mode] ( https://uniapp.dcloud.net.cn/component/image.html#mode-%E6%9C%89%E6%95%88%E5%80%BC ) | ` aspectFill ` | 0.1.55 |
322322| autoplayVideo | 视频是否自动播放,默认自动播放 | ` boolean ` | - | true | 1.3.13 |
323323| stopPreviousVideo | 切换轮播项时是否停止上一个视频的播放,默认切换时停止播放上一个视频 | ` boolean ` | - | true | 1.3.13 |
324324| stopAutoplayWhenVideoPlay | 视频播放时是否停止自动轮播 | ` boolean ` | - | false | 1.3.13 |
325325| customStyle | 外部自定义样式 | ` string ` | - | '' | 0.1.22 |
326326| value-key | 选项对象中,value 对应的 key | ` string ` | - | ` value ` | 1.3.7 |
327327| text-key | 选项对象中,标题 text 对应的 key | ` string ` | - | ` text ` | 1.3.13 |
328- | adjust-height | 自动以指定滑块的高度为整个容器的高度。当 vertical 为 true 时,默认不调整,仅支付宝小程序支持。| ` string ` | ` 'first' \| 'current' \| 'highest' \| 'none' ` | ` highest ` | 1.3.13 |
328+ | adjust-height | 自动以指定滑块的高度为整个容器的高度。当 vertical 为 true 时,默认不调整,仅支付宝小程序支持。| ` string ` | ` 'first' / 'current' / 'highest' / 'none' ` | ` highest ` | 1.3.13 |
329329| adjust-vertical-height | vertical 为 true 时强制使 adjust-height 生效。仅支付宝小程序支持。 | ` boolean ` | - | ` false ` | 1.3.13 |
330330| muted | 视频是否静音播放 | ` boolean ` | - | ` true ` | 1.6.0 |
331331| videoLoop | 视频是否循环播放 | ` boolean ` | - | ` true ` | 1.6.0 |
0 commit comments