Revert "Fixed #993 - Set appendTo as body by default"

This reverts commit c988c4ec44.
This commit is contained in:
Cagatay Civici 2021-02-23 15:12:51 +03:00
parent 99e70b2efb
commit 98e2c8ed07
22 changed files with 22 additions and 22 deletions

View file

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