add close-on-click-overlay config for sku popup (#676)

This commit is contained in:
wny
2018-03-09 11:47:56 +08:00
committed by GitHub
parent b3fe1a0953
commit c43fbc8185
4 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
position="bottom"
lock-on-scroll
prevent-scroll
:close-on-click-overlay="closeOnClickOverlay"
:get-container="getContainer"
>
<div class="van-sku-container">
@@ -145,6 +146,7 @@ export default create({
resetStepperOnHide: Boolean,
resetSelectedSkuOnHide: Boolean,
disableStepperInput: Boolean,
closeOnClickOverlay: Boolean,
initialSku: {
type: Object,
default: () => ({})