From 23d75de62f88e2173fcb8302855ea2c1d0399933 Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 28 Apr 2020 17:32:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20input=E3=80=81texta?= =?UTF-8?q?rea=20=E7=BB=84=E4=BB=B6=E5=BF=AB=E9=80=9F=E8=BE=93=E5=85=A5?= =?UTF-8?q?=EF=BC=88=E5=88=A0=E9=99=A4=EF=BC=89=E5=85=89=E6=A0=87=E9=97=AA?= =?UTF-8?q?=E7=83=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/input/index.vue | 46 +++++------------- src/core/view/components/textarea/index.vue | 36 +++----------- src/core/view/mixins/base-input.js | 53 +++++++++++++++++++++ src/core/view/mixins/index.js | 7 ++- src/shared/util.js | 28 ++++++++++- 5 files changed, 106 insertions(+), 64 deletions(-) create mode 100644 src/core/view/mixins/base-input.js diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index dafc88229..5a950e049 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -8,7 +8,7 @@ class="uni-input-wrapper" >