parent
c400d5136e
commit
99e70b2efb
|
@ -18,7 +18,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'body'
|
default: null
|
||||||
},
|
},
|
||||||
autoZIndex: {
|
autoZIndex: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
@ -30,7 +30,7 @@ export default {
|
||||||
},
|
},
|
||||||
global: {
|
global: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: 'body'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
target: null,
|
target: null,
|
||||||
|
|
Loading…
Reference in New Issue