mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Improvement] Field: add is-link prop (#1347)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
:title="label"
|
||||
:center="center"
|
||||
:border="border"
|
||||
:is-link="isLink"
|
||||
:required="required"
|
||||
:class="b({
|
||||
error,
|
||||
@@ -68,6 +69,7 @@ export default create({
|
||||
label: String,
|
||||
error: Boolean,
|
||||
center: Boolean,
|
||||
isLink: Boolean,
|
||||
leftIcon: String,
|
||||
required: Boolean,
|
||||
clearable: Boolean,
|
||||
|
Reference in New Issue
Block a user