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