From 41a6fe3647c9837e0a6cb964882e9e5812ed7b7f Mon Sep 17 00:00:00 2001 From: weiye <507028106@qq.com> Date: Fri, 18 Jul 2025 11:54:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=B8=AD=20calendar=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=90=8D=20`monthrang`=20=E2=86=92=20`monthrange`=20=E7=9A=84?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/calendar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/calendar.md b/docs/component/calendar.md index 10395ebe..afca9857 100644 --- a/docs/component/calendar.md +++ b/docs/component/calendar.md @@ -119,7 +119,7 @@ function handleConfirm({ value }) { ## 日周月切换 -设置 `show-type-switch` 属性,展示 日周月 切换功能,支持在日周月类型 `date、week、month` 之间进行来回切换,可以通过 `type` 属性设置初始类型。如果 `type` 为 range 类型如 `daterange`,则日历可以在 `daterange、weekrange、monthrang` 之间进行来回切换。 +设置 `show-type-switch` 属性,展示 日周月 切换功能,支持在日周月类型 `date、week、month` 之间进行来回切换,可以通过 `type` 属性设置初始类型。如果 `type` 为 range 类型如 `daterange`,则日历可以在 `daterange、weekrange、monthrange` 之间进行来回切换。 ```html