[improvement] CouponCell: add border prop (#1993)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<cell-group :class="b()">
|
||||
<cell-group :class="b()" :border="border">
|
||||
<cell
|
||||
:title="title || $t('title')"
|
||||
:value="value"
|
||||
@@ -21,6 +21,10 @@ export default create({
|
||||
|
||||
props: {
|
||||
title: String,
|
||||
border: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
coupons: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
|
||||
Reference in New Issue
Block a user