[new feature] Sku: add hide-quota-text prop (#2216)

This commit is contained in:
刘建东
2018-12-04 20:01:49 +08:00
committed by neverland
parent a4431ddee5
commit fa4c44b688
5 changed files with 12 additions and 3 deletions
+1
View File
@@ -90,6 +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` | - |
| 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` |