[improvement] Card: change default thumb-mode to aspectFit (#1039)

This commit is contained in:
neverland 2018-12-10 16:12:31 +08:00 committed by GitHub
parent 562ffde2f1
commit 163d0da836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,8 @@
```
#### 高级用法
可以通过具名`slot`添加定制内容
可以通过插槽添加定制内容
```html
<van-card
@ -47,7 +48,7 @@
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| thumb | 左侧图片 | `String` | - |
| thumb-mode | 左侧图片裁剪、缩放的模式,可选值参考小程序 image 组件 mode 属性值 | `String` | `scaleToFill` |
| thumb-mode | 左侧图片裁剪、缩放的模式,可选值参考小程序 image 组件 mode 属性值 | `String` | `aspectFit` |
| title | 标题 | `String` | - |
| desc | 描述 | `String` | - |
| tag | 标签 | `String` | - |

View File

@ -26,7 +26,7 @@ VantComponent({
originPrice: String,
thumbMode: {
type: String,
value: 'scaleToFill'
value: 'aspectFit'
},
currency: {
type: String,