Skip to content

Commit 7086657

Browse files
committed
Update default options, removed redundant options too.
1 parent 7a1791c commit 7086657

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Diff for: dist/vuejs-dialog.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/vuejs-dialog.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/plugin/js/constants.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ export const DEFAULT_OPTIONS = {
2121
html : false,
2222
loader : false,
2323
reverse : false,
24-
headline : "Please confirm",
24+
backdropClose : false,
2525
okText : "Continue",
2626
cancelText : "Close",
2727
type : CONFIRM_TYPES.BASIC,
2828
window : DIALOG_TYPES.CONFIRM,
2929
message : "Proceed with the request?",
30-
helpText : "Click the proceed button to continue",
3130
clicksCount : 3,
3231
animation : 'zoom',
3332
verification : 'continue',
3433
verificationHelp : 'Type "[+:verification]" below to confirm'
35-
}
34+
}

0 commit comments

Comments
 (0)