From a673f3d347c0b6b1a4637abdcb989b4f0509ab71 Mon Sep 17 00:00:00 2001 From: wanjinping Date: Tue, 5 Nov 2024 16:22:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(scrollbar):=20=E6=9B=B4=E6=94=B9(#3019)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/scrollbar/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/scrollbar/src/types.ts b/packages/ui/scrollbar/src/types.ts index 8be682b09..5745ad78a 100644 --- a/packages/ui/scrollbar/src/types.ts +++ b/packages/ui/scrollbar/src/types.ts @@ -75,7 +75,7 @@ export type ScrollbarPositionEnum = | 'sticky' /** - * 更多配置请参考:https://perfectscrollbar.com/ + * 更多配置请参考:https://github.com/mdbootstrap/perfect-scrollbar/blob/main/types/perfect-scrollbar.d.ts */ export type Settings = PerfectScrollbar.Options & { /**