feat: migrate CouponList component

This commit is contained in:
chenjiahan
2020-08-17 19:46:34 +08:00
parent 41796b0616
commit 579a9ebb78
8 changed files with 23 additions and 110 deletions
+1 -2
View File
@@ -6,9 +6,8 @@
:chosen-coupon="chosenCoupon"
@click="showList = true"
/>
<van-popup
v-model="showList"
v-model:show="showList"
round
position="bottom"
style="height: 90%; padding-top: 4px;"