mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Dialog: missing closeOnPopstate in type definition (#3789)
This commit is contained in:
parent
1669e36625
commit
2d02288ac8
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user