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