Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 0a09cc2

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
authored andcommitted
chore: change local prop order
1 parent 9e0d981 commit 0a09cc2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/dialog/src/components/GDialog.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ export default defineComponent({
9696
default: 'auto',
9797
},
9898
99+
/**
100+
* enables local mode for the dialog.
101+
* dialog is fixed to first "position: relative;" parent
102+
*/
103+
local: {
104+
type: Boolean,
105+
default: false,
106+
},
107+
99108
maxWidth: {
100109
type: [String, Number],
101110
default: 'none',
@@ -133,15 +142,6 @@ export default defineComponent({
133142
type: [String, Number],
134143
default: 'auto',
135144
},
136-
137-
/**
138-
* enables local mode for the dialog.
139-
* dialog is fixed to first "position: relative;" parant
140-
*/
141-
local: {
142-
type: Boolean,
143-
default: false,
144-
},
145145
},
146146
147147
emits: {

0 commit comments

Comments
 (0)