Wygląd i podstawowe funkcjonalności widoku składów online

This commit is contained in:
2020-08-04 18:10:23 +02:00
parent ca2eea15e4
commit e22115844a
7 changed files with 297 additions and 37 deletions
+3 -1
View File
@@ -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">&copy; Spythere 2020</footer>