mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
[bugfix] Dialog: missing closeOnPopstate in type definition (#3789)
This commit is contained in:
1
types/dialog.d.ts
vendored
1
types/dialog.d.ts
vendored
@@ -8,6 +8,7 @@ export type DialogOptions = {
|
||||
className?: any;
|
||||
lockScroll?: boolean;
|
||||
messageAlign?: string;
|
||||
closeOnPopstate?: boolean;
|
||||
cancelButtonText?: string;
|
||||
cancelButtonColor?: string;
|
||||
confirmButtonText?: string;
|
||||
|
Reference in New Issue
Block a user