From 168728e2983550a4e26201db27c24d535b706194 Mon Sep 17 00:00:00 2001 From: wasdjkl Date: Sat, 8 Jun 2024 14:08:10 +0800 Subject: [PATCH] fix(Notify): add zIndex type (#12910) --- packages/vant/src/notify/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vant/src/notify/types.ts b/packages/vant/src/notify/types.ts index 5f3a17ef9..e8bebd8ac 100644 --- a/packages/vant/src/notify/types.ts +++ b/packages/vant/src/notify/types.ts @@ -11,6 +11,7 @@ export type NotifyOptions = { color?: string; message?: NotifyMessage; duration?: number; + zIndex?: number; position?: NotifyPosition; className?: unknown; background?: string;