fix(modal): do not display

This commit is contained in:
07akioni 2019-09-27 22:25:53 +08:00
parent 8f732f5d2d
commit beaaff5886

View File

@ -32,6 +32,11 @@ export default {
mousedownTarget: null
}
},
computed: {
active () {
return this.value
}
},
methods: {
deactivate () {
this.$emit('input', false)