From 6dcf1d651e0f04f6de0b7d161a8a161718aff2d2 Mon Sep 17 00:00:00 2001 From: HRK <119110706+18148764734@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20easyinput=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E6=8F=92=E6=A7=BD=EF=BC=9Aleft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/vue/easyinput/easyinput.vue | 34 ++++++++++--------- uni_modules/uni-easyinput/changelog.md | 2 ++ .../uni-easyinput/uni-easyinput.vue | 5 ++- uni_modules/uni-easyinput/package.json | 2 +- 4 files changed, 25 insertions(+), 18 deletions(-) diff --git a/pages/vue/easyinput/easyinput.vue b/pages/vue/easyinput/easyinput.vue index 4f66d738f..19d21d5ac 100644 --- a/pages/vue/easyinput/easyinput.vue +++ b/pages/vue/easyinput/easyinput.vue @@ -22,24 +22,26 @@ + - + + + + + + + + + + + - - - - - - - - - - diff --git a/uni_modules/uni-easyinput/changelog.md b/uni_modules/uni-easyinput/changelog.md index 5b0439229..2133bd42c 100644 --- a/uni_modules/uni-easyinput/changelog.md +++ b/uni_modules/uni-easyinput/changelog.md @@ -1,3 +1,5 @@ +## 1.1.15(2024-02-21) +- 新增 左侧插槽:left ## 1.1.14(2024-02-19) - 修复 onBlur的emit传值错误 ## 1.1.12(2024-01-29) diff --git a/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue b/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue index c074d37f8..836b84c94 100644 --- a/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue +++ b/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue @@ -1,7 +1,9 @@