mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: lock sku scroll
This commit is contained in:
parent
8068148d3a
commit
a3b64594cd
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user