mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
add close-on-click-overlay config for sku popup (#676)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
reset-stepper-on-hide
|
||||
reset-selected-sku-on-hide
|
||||
disable-stepper-input
|
||||
:close-on-click-overlay="closeOnClickOverlay"
|
||||
:message-config="messageConfig"
|
||||
@buy-clicked="onBuyClicked"
|
||||
@add-cart="onAddCartClicked"
|
||||
@@ -96,6 +97,7 @@ export default {
|
||||
showBase: false,
|
||||
showCustom: false,
|
||||
showStepper: false,
|
||||
closeOnClickOverlay: true,
|
||||
initialSku: {
|
||||
s1: '30349',
|
||||
s2: '1193'
|
||||
|
Reference in New Issue
Block a user