增加单独禁用stepper input功能 (#146)

* fix: sku message key

* fix: 改用goods_id当key

* fix: 漏改一处

* feat: 增加单独禁用stepper input功能

* fix: update doc

* fix: rename spec file
This commit is contained in:
wny
2017-09-26 07:11:59 -05:00
committed by Yao
parent 1ef5cfdfb9
commit be6331ad21
7 changed files with 50 additions and 9 deletions

View File

@@ -45,6 +45,7 @@
:skuStockNum="sku.stock_num"
:quota="quota"
:quotaUsed="quotaUsed"
:disableStepperInput="disableStepperInput"
:hideStock="hideStock">
</van-sku-stepper>
</slot>
@@ -133,6 +134,7 @@ export default {
default: 200
},
resetStepperOnHide: Boolean,
disableStepperInput: Boolean,
messagePlaceholderMap: {
type: Object,
default() {