mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #993 - Set appendTo as body by default
This commit is contained in:
parent
bccd7d4a37
commit
c988c4ec44
22 changed files with 22 additions and 22 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
ariaLabelledBy: null,
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
emptyFilterMessage: {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue