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 }}

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