mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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
|
@ -28,7 +28,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
baseZIndex: {
|
||||
type: Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue