From 650573cf6c02157b701d551564a1d212dd2499dd Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 21 Jun 2019 19:51:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=20input=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E8=A7=A3=E5=86=B3=20letter-spacing=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=97=A0=E6=B3=95=E7=94=9F=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20fixed=20#485?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/input/index.vue | 211 +++++++++-------------- 1 file changed, 77 insertions(+), 134 deletions(-) diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index c649daf9..a4852f9b 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -2,7 +2,14 @@
+ class="uni-input-wrapper"> +
{{ placeholder }}
-
{{ placeholder }}
+ @keyup.stop="_onKeyup" + >
-
-- GitLab