From 4d826e858a69752eb568cf097a76e5be5bd36820 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 29 Jun 2022 22:02:44 +0200 Subject: [PATCH] =?UTF-8?q?Dodano=20komponent=20z=20animacj=C4=85=20=C5=82?= =?UTF-8?q?adowania?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 21 ++++------- src/components/Global/Loading.vue | 62 +++++++++++++++++++++++++++++++ src/store/store.ts | 2 - src/styles/JournalSection.scss | 31 +++++----------- 4 files changed, 80 insertions(+), 36 deletions(-) create mode 100644 src/components/Global/Loading.vue diff --git a/src/App.vue b/src/App.vue index 0cb897a..e03c2d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,14 +47,14 @@ - {{ $t('app.sceneries') }} + + {{ $t('app.sceneries') }} / - {{ $t('app.trains') }} + {{ $t('app.trains') }} / - {{ $t('app.journal') }} + + {{ $t('app.journal') }} @@ -65,14 +65,11 @@ - + - - -