mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
fix(modal): do not display
This commit is contained in:
parent
8f732f5d2d
commit
beaaff5886
@ -32,6 +32,11 @@ export default {
|
||||
mousedownTarget: null
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
active () {
|
||||
return this.value
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
deactivate () {
|
||||
this.$emit('input', false)
|
||||
|
Loading…
Reference in New Issue
Block a user