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