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
+6 -1
View File
@@ -22,7 +22,12 @@ Vue.use(CouponCell).use(CouponList);
/>
<!-- Coupon List -->
<van-popup v-model="showList" position="bottom">
<van-popup
v-model="showList"
round
position="bottom"
style="height: 90%; padding-top: 4px;"
>
<van-coupon-list
:coupons="coupons"
:chosen-coupon="chosenCoupon"
+6 -1
View File
@@ -22,7 +22,12 @@ Vue.use(CouponCell).use(CouponList);
/>
<!-- 优惠券列表 -->
<van-popup v-model="showList" position="bottom">
<van-popup
v-model="showList"
round
position="bottom"
style="height: 90%; padding-top: 4px;"
>
<van-coupon-list
:coupons="coupons"
:chosen-coupon="chosenCoupon"
+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>
+1 -1
View File
@@ -94,7 +94,7 @@
</van-tabs>
</demo-block>
<demo-block :title="$t('title10')">
<demo-block v-if="!$attrs.weapp" :title="$t('title10')">
<van-tabs scrollspy sticky>
<van-tab :title="$t('tab') + index" v-for="index in 10" :key="index">
{{ $t('content') }} {{ index }}