mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki w tabeli scenerii
This commit is contained in:
@@ -61,13 +61,6 @@ export default class App extends Vue {
|
||||
|
||||
private VERSION = "1.3.4";
|
||||
|
||||
get dataStatusClass() {
|
||||
if (this.data.dataConnectionStatus == 0) return "loading";
|
||||
if (this.data.dataConnectionStatus == 1) return "error";
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
mounted() {
|
||||
this.synchronizeData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user