mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
[bugfix] Field: type attribute not work (#2579)
This commit is contained in:
parent
e8f7684cb2
commit
79a816b3b1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user