Skip to content

Commit 6a47740

Browse files
committed
chore: clean-up
1 parent 062a912 commit 6a47740

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/modal/CModal.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ const CModal = defineComponent({
6363
default: true,
6464
required: false,
6565
},
66-
/**
67-
* Does the modal dialog itself scroll, or does the whole dialog scroll within the window.
68-
*/
69-
dismiss: {
70-
type: Boolean,
71-
default: false,
72-
required: false,
73-
},
7466
/**
7567
* Create a scrollable modal that allows scrolling the modal body.
7668
*/

0 commit comments

Comments
 (0)