mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
docs(CouponList): fix Popup v-model usage (#9237)
This commit is contained in:
@@ -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;"
|
||||||
|
Reference in New Issue
Block a user