From d053c82040cb57755bc771799f012a18f796e11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=20`id`=20=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dropdown/detail/options.md | 10 ++++++++++ docs/laydate/detail/options.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/docs/dropdown/detail/options.md b/docs/dropdown/detail/options.md index 605a1a9e..08096c57 100644 --- a/docs/dropdown/detail/options.md +++ b/docs/dropdown/detail/options.md @@ -36,6 +36,16 @@ array +- + + + id + + +设定实例唯一索引,以便用于其他方法对例进行相关操作。若该属性未设置,则默认从 `elem` 属性绑定的元素中的 `id` 属性值中获取。 + + +string - diff --git a/docs/laydate/detail/options.md b/docs/laydate/detail/options.md index ffca07bd..9db91583 100644 --- a/docs/laydate/detail/options.md +++ b/docs/laydate/detail/options.md @@ -53,6 +53,16 @@ + id + + +设定实例唯一索引,以便用于其他方法对例进行相关操作。若该属性未设置,则默认从 `elem` 属性绑定的元素中的 `id` 属性值中获取。 + + +string +- + + [range](#options.range)