Revert "Fixed default value"

This reverts commit c400d5136e.
pull/1021/head
Cagatay Civici 2021-02-23 15:12:26 +03:00
parent c400d5136e
commit 99e70b2efb
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
autoZIndex: {
type: Boolean,
@ -30,7 +30,7 @@ export default {
},
global: {
type: Boolean,
default: false
default: 'body'
}
},
target: null,