Fixed #4905 - wrong type appendTo props

This commit is contained in:
tugcekucukoglu 2024-01-08 12:33:05 +03:00
parent 30b717348d
commit 6d07500c64
15 changed files with 15 additions and 15 deletions

View file

@ -16,7 +16,7 @@ export default {
name: 'Portal',
props: {
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
disabled: {