From 48c4df099dbaf71e2754990ea2cabfaee58919d2 Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Fri, 19 May 2023 12:24:41 +0100 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=A1=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Presentation/Sections/PresentationSearch.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/Presentation/Sections/PresentationSearch.vue b/src/views/Presentation/Sections/PresentationSearch.vue index e31b42c..012ada6 100644 --- a/src/views/Presentation/Sections/PresentationSearch.vue +++ b/src/views/Presentation/Sections/PresentationSearch.vue @@ -34,13 +34,16 @@ const search = async () => {

Найдено проектов: {{ searchResultProjects.length}}

-

{{ project.title }}

+

{{ project.title }} with ID {{ project.id }}

{{ project.description }}

+ Страница проекта +

Найдено людей: {{ searchResultUsers.length}}

-

{{ user.username }}

+

{{ user.username }} with id {{ user.id }}

{{ user.email }}

+ Страница пользователя