mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4905 - wrong type appendTo props
This commit is contained in:
parent
30b717348d
commit
6d07500c64
15 changed files with 15 additions and 15 deletions
|
@ -45,7 +45,7 @@ export default {
|
|||
default: null
|
||||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
type: [String, Object],
|
||||
default: 'body'
|
||||
},
|
||||
loading: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue