From c3f75faedd0b428830d9bd2ccebb1658bb4e3a0d Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 27 May 2024 13:14:48 +0300 Subject: [PATCH] add loader --- front/src/App.vue | 4 +- front/src/components/Promo/main.vue | 80 +++++++++++++++++++---------- 2 files changed, 57 insertions(+), 27 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index e224409..51971dc 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -12,5 +12,7 @@ import { RouterLink } from 'vue-router'; - + + + \ No newline at end of file diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 6d0da8f..005c17c 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -1,21 +1,21 @@ \ No newline at end of file +
+ Загрузка {{ progress }}% +
+
+ + + + + + + + + + + + + + +
+ + \ No newline at end of file