mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
fix(modal): no zindex
This commit is contained in:
parent
931dd4fc67
commit
f0d4b87621
@ -41,6 +41,10 @@ export default {
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true
|
default: true
|
||||||
},
|
},
|
||||||
|
detached: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true
|
||||||
|
},
|
||||||
...presetProps
|
...presetProps
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
|
Loading…
Reference in New Issue
Block a user