We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7070c4 commit ed89cd5Copy full SHA for ed89cd5
1 file changed
src/packages/__VUE/dialog/index.ts
@@ -38,6 +38,8 @@ export class DialogOptions {
38
39
cancelAutoClose? = true
40
okAutoClose? = true
41
+
42
+ zIndex?: number | string = 2000
43
}
44
45
class DialogFunction {
0 commit comments