-
- Загрузка {{ progress }}%
-
-
+
-
+
-
+
@@ -71,22 +79,25 @@ watch(() => route.params.target, () => {
-
+
\ No newline at end of file
diff --git a/front/src/components/Promo/sidebar.vue b/front/src/components/Promo/sidebar.vue
index 95a2852..9a38597 100644
--- a/front/src/components/Promo/sidebar.vue
+++ b/front/src/components/Promo/sidebar.vue
@@ -20,7 +20,7 @@ onClickOutside(sidebar_obj, () => sidebar.close())
{{ p }}
- Перейти на темную сторону
+ {{ sidebar.target_name }}
diff --git a/front/src/index.d.ts b/front/src/index.d.ts
index 6bfb44c..3d77e52 100644
--- a/front/src/index.d.ts
+++ b/front/src/index.d.ts
@@ -42,6 +42,7 @@ interface PromoSidebarData {
title: string
description: string
target?: string
+ target_name?: string
}
interface PromoSidebar extends PromoSidebarData {
loading: boolean