We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f147c commit 6d93f20Copy full SHA for 6d93f20
packages/components/swiper/props.ts
@@ -25,6 +25,7 @@ export default {
25
/** 卡片模式下非当前展示轮播图的缩放比例 */
26
cardScale: {
27
type: Number,
28
+ default: 210 / 332,
29
},
30
/** 当前轮播在哪一项(下标) */
31
current: {
packages/components/swiper/swiper.en-US.md
@@ -2,6 +2,7 @@
2
3
## API
4
5
+
6
### Swiper Props
7
8
name | type | default | description | required
packages/components/swiper/swiper.md
名称 | 类型 | 默认值 | 描述 | 必传
0 commit comments