mirror of
https://github.com/youzan/vant.git
synced 2026-04-17 02:06:57 +08:00
[changelog] 1.4.8
This commit is contained in:
@@ -90,7 +90,7 @@ Vue.use(Sku);
|
||||
| goods | Goods info | `Object` | - |
|
||||
| goods-id | Goods id | `String | Number` | - |
|
||||
| hide-stock | Whether to hide stock | `Boolean` | `false` |
|
||||
| hide-quota-text | Whether to hide quota text | `Boolean` | `false` | - |
|
||||
| hide-quota-text | Whether to hide quota text | `Boolean` | `false` |
|
||||
| show-add-cart-btn | Whether to show cart button | `Boolean` | `true` |
|
||||
| quota | Quota (0 as no limit) | `Number` | `0` |
|
||||
| quota-used | Used quota | `Number` | `0` |
|
||||
|
||||
@@ -90,7 +90,7 @@ Vue.use(Sku);
|
||||
| goods | 商品信息 | `Object` | - | - |
|
||||
| goods-id | 商品 id | `String | Number` | - | - |
|
||||
| hide-stock | 是否显示商品剩余库存 | `Boolean` | `false` | - |
|
||||
| hide-quota-text | 是否显示限购提示 | `Boolean` | `false` | - |
|
||||
| hide-quota-text | 是否显示限购提示 | `Boolean` | `false` | 1.4.8 |
|
||||
| show-add-cart-btn | 是否显示加入购物车按钮 | `Boolean` | `true` | - |
|
||||
| quota | 限购数,0 表示不限购 | `Number` | `0` | - |
|
||||
| quota-used | 已经购买过的数量 | `Number` | `0` | - |
|
||||
|
||||
Reference in New Issue
Block a user