mirror of https://github.com/ElemeFE/element
fix code style
parent
33898d1354
commit
d7a1d78311
|
@ -188,7 +188,7 @@
|
||||||
afterLeave() {
|
afterLeave() {
|
||||||
this.$emit('closed');
|
this.$emit('closed');
|
||||||
if (this.destroyOnClose) {
|
if (this.destroyOnClose) {
|
||||||
this.slotVisibility = false;
|
this.slotVisibility = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue