Update webpack, components for eslint. Adjust effected settings and code.

This commit is contained in:
NI
2021-07-09 17:28:47 +08:00
parent 52b33cc793
commit d66053a0dc
15 changed files with 412 additions and 704 deletions

View File

@@ -101,7 +101,7 @@ export function build(ctx) {
inbound: 0,
inboundHistory: inboundHistory.get(),
outbound: 0,
outboundHistory: outboundHistory.get()
outboundHistory: outboundHistory.get(),
},
connecting() {
isClosed = false;
@@ -201,6 +201,6 @@ export function build(ctx) {
this.classStyle = "red flash";
this.windowClass = "red";
this.status.description = connectionStatusDisconnected + ". Error: " + e;
}
},
};
}