[new feature] SwitchCell: add border prop

This commit is contained in:
陈嘉涵
2019-04-30 15:11:05 +08:00
parent 3af9cf6c41
commit 95925ab328
8 changed files with 36 additions and 6 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ function SwitchCell(
SwitchCell.props = {
...switchProps,
title: String,
border: Boolean,
border: {
type: Boolean,
default: true
},
size: {
type: String,
default: '24px'