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

Commit d2f1db1

Browse files
committed
fix: remove unused props for GDialog.vue
1 parent 0e61ca3 commit d2f1db1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/components/GDialog.vue

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,6 @@ export default defineComponent({
5757
default: false,
5858
},
5959
60-
/**
61-
* lock scrolling of the body after opening
62-
*/
63-
lockScroll: {
64-
type: Boolean,
65-
default: true,
66-
},
67-
68-
/**
69-
* make body indent after the scroll bar disappears
70-
*/
71-
lockScrollPadding: {
72-
type: Boolean,
73-
default: true,
74-
},
75-
7660
/**
7761
* clicking outside content will not close modal
7862
*/
@@ -109,14 +93,6 @@ export default defineComponent({
10993
default: false,
11094
},
11195
112-
/**
113-
* hide scrollbar after opening the dialog
114-
*/
115-
hideScrollbar: {
116-
type: Boolean,
117-
default: false,
118-
},
119-
12096
contentClass: {
12197
type: String,
12298
default: '',

0 commit comments

Comments
 (0)