mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #5437 - For OverlayPanel
This commit is contained in:
parent
6ef3c4697a
commit
88c2e6380e
3 changed files with 2 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue