fix: quantity -> stepper

This commit is contained in:
niunai
2017-09-08 16:56:14 +08:00
parent 6da45f69e6
commit 078cf05ceb
5 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ Vue.component(Sku.name, Sku);
:show-add-cart-btn="true"
:quota="quota"
:quota-used="quotaUsed"
:reset-quantity-on-hide="true"
:reset-stepper-on-hide="true"
@buy-clicked="handleBuyClicked"
@add-cart="handleAddCartClicked"
>
@@ -85,7 +85,7 @@ Vue.component(Sku.name, Sku);
:show-add-cart-btn="true"
:quota="quota"
:quota-used="quotaUsed"
:reset-quantity-on-hide="true"
:reset-stepper-on-hide="true"
@buy-clicked="handleBuyClicked"
@add-cart="handleAddCartClicked"
>