From 8bee1774622e3006ae9504857fd949a055dd4402 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Fri, 12 Jul 2024 06:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dom=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/_sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/_sidebar.md b/docs/api/_sidebar.md index 27112e9f..8219e184 100644 --- a/docs/api/_sidebar.md +++ b/docs/api/_sidebar.md @@ -18,7 +18,7 @@ * [页面下拉刷新](pull-down-refresh.md) * [将页面滚动到指定位置](page-scroll-to.md) * [监听中间按钮的点击事件](on-tab-bar-mid-button-tap.md) -* Dom 节点 +* element和node * [通过 id 获取 element](get-element-by-id.md) * [创建 SelectorQuery 实例](create-selector-query.md) * 界面 -- GitLab