From ce90c69e9fd1134eca117d465db8d743145ae484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Tue, 26 Nov 2024 15:23:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=BC=80=E5=8F=91=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mp/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/mp/README.md b/docs/mp/README.md index 2580d6be..f399a8c9 100644 --- a/docs/mp/README.md +++ b/docs/mp/README.md @@ -33,6 +33,10 @@ UniElement在小程序端仅支持如下属性/方法: - getBoundingClientRectAsync 异步获取元素的布局位置信息 - getAttribute 获取元素的属性值,目前仅支持id、style +**注意** + +- 小程序端只有UniElement,不支持UniButtonElement、UniViewElement等类 + ### 事件 click、tap事件上补充了如下属性,使其表现更像PointerEvent: -- GitLab