chore: prettier source code
This commit is contained in:
@@ -63,7 +63,7 @@ export default createComponent({
|
||||
|
||||
if (this.beforeClose) {
|
||||
this.loading[action] = true;
|
||||
this.beforeClose(action, state => {
|
||||
this.beforeClose(action, (state) => {
|
||||
if (state !== false && this.loading[action]) {
|
||||
this.onClose(action);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user