feat: change example param name

This commit is contained in:
水墨 2020-06-23 11:22:09 +08:00 committed by neverland
parent eb0a4bb8f9
commit 0dc0a0159f

View File

@ -166,7 +166,11 @@
@add-cart="onAddCartClicked"
>
</van-sku>
<van-button block type="primary" @click="showBigPictureMode = true">
<van-button
block
type="primary"
@click="showLargePicturePreview = true"
>
{{ t('bigPicture') }}
</van-button>
</div>
@ -209,7 +213,7 @@ export default {
showCustom: false,
showStepper: false,
showSoldout: false,
showBigPictureMode: false,
showLargePicturePreview: false,
closeOnClickOverlay: true,
customSkuValidator: () => '请选择xxx',
customStepperConfig: {