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

@ -97,7 +97,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: null
default: 'body'
},
emptyFilterMessage: {
type: String,