mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Wygląd i podstawowe funkcjonalności widoku składów online
This commit is contained in:
+3
-1
@@ -30,7 +30,9 @@
|
||||
<main class="app-main">
|
||||
<Loading v-if="connectionState == 0" />
|
||||
<Error v-else-if="connectionState == 1" :error="errorMessage" />
|
||||
<router-view v-else />
|
||||
<keep-alive v-else>
|
||||
<router-view />
|
||||
</keep-alive>
|
||||
</main>
|
||||
|
||||
<footer class="app-footer flex">© Spythere 2020</footer>
|
||||
|
||||
Reference in New Issue
Block a user