mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[breaking change] Popup: add lockScroll instead of lockOnScroll & preventScroll (#688)
This commit is contained in:
2
types/dialog.d.ts
vendored
2
types/dialog.d.ts
vendored
@@ -2,7 +2,7 @@ export type DialogOptions = {
|
||||
title?: string;
|
||||
message?: string;
|
||||
overlay?: boolean;
|
||||
lockOnScroll?: boolean;
|
||||
lockScroll?: boolean;
|
||||
confirmButtonText?: string;
|
||||
cancelButtonText?: string;
|
||||
showConfirmButton?: boolean;
|
||||
|
Reference in New Issue
Block a user