From 4445a4c0e7c5fa857c386b21acdb9a92880c3ae1 Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Thu, 18 May 2023 15:30:18 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B8=D1=81=D0=BA=20=D1=81=20?= =?UTF-8?q?=D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=8C=D1=82=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presentation/Sections/PresentationSearch.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/Presentation/Sections/PresentationSearch.vue b/src/views/Presentation/Sections/PresentationSearch.vue index a442194..e31b42c 100644 --- a/src/views/Presentation/Sections/PresentationSearch.vue +++ b/src/views/Presentation/Sections/PresentationSearch.vue @@ -33,8 +33,18 @@ const search = async () => {

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

+
+

{{ project.title }}

+

{{ project.description }}

+

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

- +
+

{{ user.username }}

+

{{ user.email }}

+ + +
+