Fixed default value

pull/1021/head
Cagatay Civici 2021-02-23 15:04:35 +03:00
parent c988c4ec44
commit c400d5136e
1 changed files with 2 additions and 2 deletions

View File

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