diff --git a/docs/examples-docs/zh-CN/coupon.md b/docs/examples-docs/zh-CN/coupon.md index 316c0255c..261025cd5 100644 --- a/docs/examples-docs/zh-CN/coupon.md +++ b/docs/examples-docs/zh-CN/coupon.md @@ -160,6 +160,7 @@ export default { | closeButtonText | 列表底部按钮文字 | `String` | 不使用优惠 | - | | disabledListTitle | 不可用券列表标题 | `String` | 不可用优惠 | - | | inputPlaceholder | 输入框文字提示 | `String` | 请输入优惠码 | - | +| showExchangeBar | 是否展示兑换栏 | `Boolean` | `true` | - | ### CouponList Event diff --git a/docs/src/components/demo-list.vue b/docs/src/components/demo-list.vue index 80614eaca..154a1f782 100644 --- a/docs/src/components/demo-list.vue +++ b/docs/src/components/demo-list.vue @@ -1,7 +1,10 @@