From 6098ef91843a12fec610905bb5a1e509f9b15a40 Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Tue, 4 Jun 2024 20:35:21 +0800 Subject: [PATCH] Update unielement.md --- docs/dom/unielement.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/dom/unielement.md b/docs/dom/unielement.md index 06297954..10b5d821 100644 --- a/docs/dom/unielement.md +++ b/docs/dom/unielement.md @@ -64,6 +64,9 @@ +**App平台** +app平台 setAttribute 不支持设置 class、style 属性,设置了也不会生效,class 属性需在 uvue/vue 页面中设置,style 信息可以通过 [style](#style) 属性设置。 + @@ -80,6 +83,9 @@ +**App平台** +app平台 getAttribute 不支持获取 class、style 属性, uvue/vue 页面中设置的 class 属性暂不支持通过 UniElement 对象获取,style 信息可以通过 [style](#style) 属性获取。 + -- GitLab