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,
|
||||
default: true
|
||||
},
|
||||
detached: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
...presetProps
|
||||
},
|
||||
data () {
|
||||
|
Loading…
Reference in New Issue
Block a user