mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-20 21:39:15 +08:00
docs(CouponList): fix Popup v-model usage (#9237)
This commit is contained in:
parent
735f7dd24a
commit
4578477a6e
@ -30,7 +30,7 @@ app.use(CouponList);
|
|||||||
/>
|
/>
|
||||||
<!-- Coupon List -->
|
<!-- Coupon List -->
|
||||||
<van-popup
|
<van-popup
|
||||||
v-model="state.showList"
|
v-model:show="state.showList"
|
||||||
round
|
round
|
||||||
position="bottom"
|
position="bottom"
|
||||||
style="height: 90%; padding-top: 4px;"
|
style="height: 90%; padding-top: 4px;"
|
||||||
|
@ -30,7 +30,7 @@ app.use(CouponList);
|
|||||||
/>
|
/>
|
||||||
<!-- 优惠券列表 -->
|
<!-- 优惠券列表 -->
|
||||||
<van-popup
|
<van-popup
|
||||||
v-model="state.showList"
|
v-model:show="state.showList"
|
||||||
round
|
round
|
||||||
position="bottom"
|
position="bottom"
|
||||||
style="height: 90%; padding-top: 4px;"
|
style="height: 90%; padding-top: 4px;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user