feat(Sku): add stockThreshold prop (#4444)

This commit is contained in:
codpoe
2019-09-12 17:56:17 +08:00
committed by neverland
parent 927bf464bf
commit 54353f4210
5 changed files with 20 additions and 4 deletions
+1
View File
@@ -126,6 +126,7 @@ export default {
| hide-stock | Whether to hide stock | *boolean* | `false` | - |
| hide-quota-text | Whether to hide quota text | *boolean* | `false` | - |
| hide-selected-text | Whether to hide selected text | *boolean* | `false` | - |
| stock-threshold | stock threshold | *boolean* | `50` | - |
| show-add-cart-btn | Whether to show cart button | *boolean* | `true` | - |
| buy-text | Buy button text | *string* | - | - | - |
| add-cart-text | Add cart button text | *string* | - | - | - |