From 79a816b3b1c7c78e0af4974fcd4c9f0b8b6b0ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Mon, 21 Jan 2019 22:36:56 +0800 Subject: [PATCH] [bugfix] Field: type attribute not work (#2579) --- packages/field/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/field/index.js b/packages/field/index.js index 77bfc73c1..692b28f2d 100644 --- a/packages/field/index.js +++ b/packages/field/index.js @@ -170,6 +170,7 @@ export default sfc({ }, attrs: { ...this.$attrs, + type, readonly: this.readonly }, on: this.listeners