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: { appendTo: {
type: String, type: String,
default: null default: 'body'
}, },
autoZIndex: { autoZIndex: {
type: Boolean, type: Boolean,
@ -30,7 +30,7 @@ export default {
}, },
global: { global: {
type: Boolean, type: Boolean,
default: 'body' default: false
} }
}, },
target: null, target: null,