Refactor #5437 - For OverlayPanel

This commit is contained in:
tugcekucukoglu 2024-03-18 15:19:50 +03:00
parent 6ef3c4697a
commit 88c2e6380e
3 changed files with 2 additions and 42 deletions

View file

@ -10,10 +10,6 @@ export default {
type: Boolean,
default: true
},
showCloseIcon: {
type: Boolean,
default: false
},
appendTo: {
type: [String, Object],
default: 'body'
@ -30,10 +26,6 @@ export default {
type: Object,
default: null
},
closeIcon: {
type: String,
default: undefined
},
closeOnEscape: {
type: Boolean,
default: true