Skip to content

Commit

Permalink
Merge pull request youzan#291 from w91/hotfix/fix_sku_prevent_scroll
Browse files Browse the repository at this point in the history
[bugfix] 修复sku弹层锁定滚动
  • Loading branch information
w91 authored Nov 8, 2017
2 parents f86afcb + a3b6459 commit 76863c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sku/containers/SkuContainer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<van-popup v-model="show" v-if="!isSkuEmpty" position="bottom" :lock-scroll="true">
<van-popup v-model="show" v-if="!isSkuEmpty" position="bottom" lockOnScroll preventScroll>
<div class="van-sku-container">
<div class="van-sku-layout">
<slot name="sku-header" :skuEventBus="skuEventBus" :selectedSku="selectedSku" :selectedSkuComb="selectedSkuComb">
Expand Down

0 comments on commit 76863c7

Please sign in to comment.