[Improvement] SwitchCell: add size prop (#1371)
This commit is contained in:
@@ -20,7 +20,11 @@ export default create({
|
||||
value: Boolean,
|
||||
border: Boolean,
|
||||
loading: Boolean,
|
||||
disabled: Boolean
|
||||
disabled: Boolean,
|
||||
size: {
|
||||
type: String,
|
||||
default: '26px'
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user