Skip to content

Commit 159a234

Browse files
committed
Feature: custom class updated
1 parent da49346 commit 159a234

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

dist/vuejs-dialog-mixin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugin/js/constants.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ export const CLASS_TYPES = {
2626
CANCEL_BTN: 'cancelBtn'
2727
}
2828

29-
export const CUSTOM_CLASS = {
30-
[CLASS_TYPES.MAIN_CONTENT] : '',
31-
[CLASS_TYPES.BODY] : '',
32-
[CLASS_TYPES.FOOTER] : '',
33-
[CLASS_TYPES.OK] : '',
34-
[CLASS_TYPES.CANCEL] : ''
35-
}
36-
3729
export const DEFAULT_OPTIONS = {
3830
html : false,
3931
loader : false,
@@ -47,7 +39,7 @@ export const DEFAULT_OPTIONS = {
4739
message : 'Proceed with the request?',
4840
clicksCount : 3,
4941
animation : 'zoom',
50-
customClass : CUSTOM_CLASS,
42+
customClass : '',
5143
verification : 'continue',
5244
verificationHelp : 'Type "[+:verification]" below to confirm'
5345
}

0 commit comments

Comments
 (0)