docs(changelog): 2.3.0

This commit is contained in:
陈嘉涵
2019-12-20 14:15:09 +08:00
parent 5485d2ce21
commit f68a1f2512
6 changed files with 90 additions and 161 deletions
+2 -8
View File
@@ -9,7 +9,9 @@
<van-popup
v-model="showList"
round
position="bottom"
style="height: 90%; padding-top: 4px;"
>
<van-coupon-list
:coupons="coupons"
@@ -124,11 +126,3 @@ export default {
}
};
</script>
<style lang="less">
.demo-coupon-list {
.van-popup {
height: 100%;
}
}
</style>