mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] Field: type attribute not work (#2579)
This commit is contained in:
@@ -170,6 +170,7 @@ export default sfc({
|
|||||||
},
|
},
|
||||||
attrs: {
|
attrs: {
|
||||||
...this.$attrs,
|
...this.$attrs,
|
||||||
|
type,
|
||||||
readonly: this.readonly
|
readonly: this.readonly
|
||||||
},
|
},
|
||||||
on: this.listeners
|
on: this.listeners
|
||||||
|
Reference in New Issue
Block a user