fix code style

pull/20443/head
pjy 2020-11-23 14:34:28 +08:00
parent 33898d1354
commit d7a1d78311
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
afterLeave() {
this.$emit('closed');
if (this.destroyOnClose) {
this.slotVisibility = false;
this.slotVisibility = false;
}
}
},