fix(modal): no zindex

This commit is contained in:
07akioni 2019-12-13 18:17:54 +08:00
parent 931dd4fc67
commit f0d4b87621

View File

@ -41,6 +41,10 @@ export default {
type: Boolean, type: Boolean,
default: true default: true
}, },
detached: {
type: Boolean,
default: true
},
...presetProps ...presetProps
}, },
data () { data () {