Fixed #993 - Set appendTo as body by default

This commit is contained in:
Cagatay Civici 2021-02-23 14:59:32 +03:00
parent bccd7d4a37
commit c988c4ec44
22 changed files with 22 additions and 22 deletions

View file

@ -28,7 +28,7 @@ export default {
},
appendTo: {
type: String,
default: null
default: 'body'
},
baseZIndex: {
type: Number,