From 236102130fee57ca194695a2a157f61538bd328a Mon Sep 17 00:00:00 2001 From: linju Date: Wed, 15 Nov 2023 20:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20uni-popup=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81uni-app-x=20=E6=B3=A8=E6=84=8F=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E4=BB=85=E6=94=AF=E6=8C=81=20`maskClick`=20`@open`=20`@close`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-popup/changelog.md | 2 + .../components/uni-popup/uni-popup.uvue | 90 +++++++++++++++++++ uni_modules/uni-popup/package.json | 2 +- 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 uni_modules/uni-popup/components/uni-popup/uni-popup.uvue diff --git a/uni_modules/uni-popup/changelog.md b/uni_modules/uni-popup/changelog.md index bc59f072..98d9d08c 100644 --- a/uni_modules/uni-popup/changelog.md +++ b/uni_modules/uni-popup/changelog.md @@ -1,3 +1,5 @@ +## 1.8.4(2023-11-15) +- 新增 uni-popup 支持uni-app-x 注意暂时仅支持 `maskClick` `@open` `@close` ## 1.8.3(2023-04-17) - 修复 uni-popup 重复打开时的 bug ## 1.8.2(2023-02-02) diff --git a/uni_modules/uni-popup/components/uni-popup/uni-popup.uvue b/uni_modules/uni-popup/components/uni-popup/uni-popup.uvue new file mode 100644 index 00000000..5eb8d5be --- /dev/null +++ b/uni_modules/uni-popup/components/uni-popup/uni-popup.uvue @@ -0,0 +1,90 @@ + + + + + \ No newline at end of file diff --git a/uni_modules/uni-popup/package.json b/uni_modules/uni-popup/package.json index f40556ba..c3f3d1c9 100644 --- a/uni_modules/uni-popup/package.json +++ b/uni_modules/uni-popup/package.json @@ -1,7 +1,7 @@ { "id": "uni-popup", "displayName": "uni-popup 弹出层", - "version": "1.8.3", + "version": "1.8.4", "description": " Popup 组件,提供常用的弹层", "keywords": [ "uni-ui",