From a4f0066f3e6f28b9d1a5a98bf9e0747a88aae5c6 Mon Sep 17 00:00:00 2001 From: Vyacheslav <76677694+flyare1337@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:50:08 +0300 Subject: [PATCH] Update View.vue --- src/views/form/View.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/form/View.vue b/src/views/form/View.vue index f0ffbb0..a447ad0 100644 --- a/src/views/form/View.vue +++ b/src/views/form/View.vue @@ -7,7 +7,7 @@ import SelectorQuestion from '@/components/forms/SelectorQuestion.vue' import FormNotFound from '@/components/FormNotFound.vue' import { useRoute } from 'vue-router' -import { PhInfo } from '@phosphor-icons/vue' +import { PhInfo, PhCardsThree } from '@phosphor-icons/vue' const route = useRoute() @@ -81,14 +81,18 @@ onMounted(async () => {
- Информация о форме + + +
+ Страница 1 из 1 +

{{ data.name }}

{{ currentPage.text }}

-
+

{{ question.label }}

{{ question.description }}