Skip to content

Commit 1eddcf5

Browse files
authored
Update Dialog.vue (#723)
Fixes issue where dialog container does not accept class parameter
1 parent 814b1ac commit 1eddcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:is="$modal.context.componentName"
44
name="dialog"
55
height="auto"
6-
:classes="['vue-dialog', this.params.class]"
6+
:classes="['vue-dialog', params.class]"
77
:width="width"
88
:shift-y="0.3"
99
:adaptive="true"

0 commit comments

Comments
 (0)