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

@ -95,7 +95,7 @@ export default {
default: 0
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
closeIcon: {