mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[new feature] Field: add size prop (#2936)
This commit is contained in:
@@ -10,6 +10,7 @@ export default sfc({
|
||||
|
||||
props: {
|
||||
...cellProps,
|
||||
size: String,
|
||||
error: Boolean,
|
||||
leftIcon: String,
|
||||
rightIcon: String,
|
||||
@@ -222,6 +223,7 @@ export default sfc({
|
||||
return (
|
||||
<Cell
|
||||
icon={this.leftIcon}
|
||||
size={this.size}
|
||||
title={this.label}
|
||||
center={this.center}
|
||||
border={this.border}
|
||||
|
||||
Reference in New Issue
Block a user