mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-20 13:29:16 +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 -->
|
||||
<van-popup
|
||||
v-model="state.showList"
|
||||
v-model:show="state.showList"
|
||||
round
|
||||
position="bottom"
|
||||
style="height: 90%; padding-top: 4px;"
|
||||
|
@ -30,7 +30,7 @@ app.use(CouponList);
|
||||
/>
|
||||
<!-- 优惠券列表 -->
|
||||
<van-popup
|
||||
v-model="state.showList"
|
||||
v-model:show="state.showList"
|
||||
round
|
||||
position="bottom"
|
||||
style="height: 90%; padding-top: 4px;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user