mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
This commit is contained in:
parent
4c481aef89
commit
d9d2be9cca
16 changed files with 213 additions and 115 deletions
|
@ -52,6 +52,18 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
overlayClass: {
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
overlayStyle: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
overlayProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
appendTo: {
|
||||
type: [String, Object],
|
||||
default: 'body'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue