[bugfix] Field: type attribute not work (#2579)

This commit is contained in:
张敏 2019-01-21 22:36:56 +08:00 committed by neverland
parent e8f7684cb2
commit 79a816b3b1

View File

@ -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