mirror of https://github.com/ElemeFE/element
remove unnecessary event
parent
94d737fb4a
commit
d6c35bffaa
|
@ -107,7 +107,6 @@
|
|||
|
||||
watch: {
|
||||
visible(val) {
|
||||
this.$emit('update:visible', val);
|
||||
if (val) {
|
||||
this.closed = false;
|
||||
this.$emit('open');
|
||||
|
|
Loading…
Reference in New Issue