[improvement] CouponCell: tsx (#2791)

This commit is contained in:
neverland
2019-02-19 11:38:42 +08:00
committed by GitHub
parent 52a4b7eec9
commit 4e52510f85
8 changed files with 46 additions and 13 deletions
+2 -2
View File
@@ -8,6 +8,7 @@ export default sfc({
props: {
value: String,
label: String,
showAction: Boolean,
shape: {
type: String,
@@ -16,8 +17,7 @@ export default sfc({
background: {
type: String,
default: '#ffffff'
},
label: String
}
},
computed: {